KSquare Utilities
KKB::Chart::Series Class Reference

Public Member Functions

 Series (KKStr _name, PixelValue _color)
 
void AddAValue (float _xVal, float _yVal)
 
kkint32 Size ()
 

Friends

class Chart
 

Detailed Description

Definition at line 59 of file Chart.cpp.

Constructor & Destructor Documentation

Chart::Series::Series ( KKStr  _name,
PixelValue  _color 
)

Definition at line 120 of file Chart.cpp.

References KKB::KKStr::KKStr(), and KKB::PixelValue::PixelValue().

122  :
123  name (_name),
124  color (_color)
125 {
126 }

Member Function Documentation

void Chart::Series::AddAValue ( float  _xVal,
float  _yVal 
)

Definition at line 130 of file Chart.cpp.

133 {
134  points.push_back (PlotPoint (_xVal, _yVal));
135 } /* AddAValue */
kkint32 KKB::Chart::Series::Size ( )
inline

Definition at line 71 of file Chart.cpp.

71 {return (kkint32)points.size ();}
__int32 kkint32
Definition: KKBaseTypes.h:88

Friends And Related Function Documentation

friend class Chart
friend

Definition at line 79 of file Chart.cpp.


The documentation for this class was generated from the following file: