, including all inherited members.
AddPoint(double X, double Y) | CChartXYSerie | |
CChartSerieBase< SChartXYPoint >::AddPoint(const SChartXYPoint &newPoint) | CChartSerieBase< SChartXYPoint > | |
AddPoints(double *pX, double *pY, unsigned Count) | CChartXYSerie | |
CChartSerieBase< SChartXYPoint >::AddPoints(SChartXYPoint *pPoints, unsigned Count) | CChartSerieBase< SChartXYPoint > | |
AttachCustomLabel(unsigned uPointIndex, CChartLabel< SChartXYPoint > *pLabel) | CChartSerieBase< SChartXYPoint > | |
CChartBarSerie(CChartCtrl *pParent) | CChartBarSerie | |
CChartSerie(CChartCtrl *pParent) | CChartSerie | |
CChartSerieBase(CChartCtrl *pParent) | CChartSerieBase< SChartXYPoint > | |
CChartXYSerie(CChartCtrl *pParent) | CChartXYSerie | |
ClearSerie() | CChartSerieBase< SChartXYPoint > | |
CreateBalloonLabel(unsigned uPointIndex, const TChartString &strLabelText) | CChartSerieBase< SChartXYPoint > | |
CreateBalloonLabel(unsigned uPointIndex, CChartLabelProvider< SChartXYPoint > *pLabelProvider) | CChartSerieBase< SChartXYPoint > | |
EnableMouseNotifications(bool bClickEnabled, bool bMoveEnabled) | CChartSerie | |
EnableShadow(bool bEnable) | CChartSerie | |
GetBarWidth() const | CChartBarSerie | [inline] |
GetBezierControlPoints(unsigned uFirst, unsigned uLast, SChartXYPoint *&pKnots, SChartXYPoint *&pFirstControlPoints, SChartXYPoint *&pSecondControlPoints) const | CChartXYSerie | [protected] |
GetBorderColor() const | CChartBarSerie | [inline] |
GetBorderWidth() const | CChartBarSerie | [inline] |
GetColor() const | CChartSerie | [inline] |
GetGroupId() const | CChartBarSerie | [inline] |
GetHorizontal() const | CChartBarSerie | [inline] |
GetInterSpace() | CChartBarSerie | [inline, static] |
GetName() const | CChartSerie | [inline] |
GetPoint(unsigned index) const | CChartSerieBase< SChartXYPoint > | |
GetPointsCount() const | CChartSerieBase< SChartXYPoint > | [inline, virtual] |
GetPointScreenCoord(unsigned uPointIndex) | CChartSerieBase< SChartXYPoint > | [virtual] |
GetSerieId() const | CChartSerie | [inline] |
GetSerieXMinMax(double &Min, double &Max) const | CChartSerieBase< SChartXYPoint > | [virtual] |
GetSerieXScreenMinMax(double &Min, double &Max) const | CChartSerieBase< SChartXYPoint > | [virtual] |
GetSerieYMinMax(double &Min, double &Max) const | CChartSerieBase< SChartXYPoint > | [virtual] |
GetSerieYScreenMinMax(double &Min, double &Max) const | CChartSerieBase< SChartXYPoint > | [virtual] |
GetShadowColor() const | CChartSerie | [inline] |
GetUserData(unsigned uPointIndex) | CChartXYSerie | |
GetVisiblePoints(unsigned &uFirst, unsigned &uLast) const | CChartSerieBase< SChartXYPoint > | [protected, virtual] |
GetXPointValue(unsigned PointIndex) const | CChartXYSerie | |
GetYPointValue(unsigned PointIndex) const | CChartXYSerie | |
IsPointOnSerie(const CPoint &screenPoint, unsigned &uIndex) const | CChartBarSerie | [virtual] |
IsStacked() | CChartBarSerie | |
IsVisible() const | CChartSerie | [inline] |
m_bIsVisible | CChartSerie | [protected] |
m_bShadow | CChartSerie | [protected] |
m_iShadowDepth | CChartSerie | [protected] |
m_pHorizontalAxis | CChartSerie | [protected] |
m_PlottingRect | CChartSerie | [protected] |
m_pParentCtrl | CChartSerie | [protected] |
m_pVerticalAxis | CChartSerie | [protected] |
m_SerieColor | CChartSerie | [protected] |
m_ShadowColor | CChartSerie | [protected] |
m_strSerieName | CChartSerie | [protected] |
m_uLastDrawnPoint | CChartSerieBase< SChartXYPoint > | [protected] |
m_vPoints | CChartSerieBase< SChartXYPoint > | [protected] |
NotifyMouseClickEnabled() | CChartSerie | [inline, protected] |
NotifyMouseMoveEnabled() | CChartSerie | [inline, protected] |
OnMouseEvent(CChartMouseListener::MouseEvent mouseEvent, const CPoint &screenPoint) | CChartSerieBase< SChartXYPoint > | [protected, virtual] |
RefreshAutoAxes() | CChartSerie | [protected] |
RegisterMouseListener(CChartSeriesMouseListener< SChartXYPoint > *pListener) | CChartSerieBase< SChartXYPoint > | |
RemovePointsFromBegin(unsigned Count) | CChartSerieBase< SChartXYPoint > | |
RemovePointsFromEnd(unsigned Count) | CChartSerieBase< SChartXYPoint > | |
SetBarWidth(int Width) | CChartBarSerie | |
SetBaseLine(bool bAutomatic, double dBaseLine) | CChartBarSerie | [inline] |
SetBorderColor(COLORREF BorderColor) | CChartBarSerie | |
SetBorderWidth(int Width) | CChartBarSerie | |
SetColor(COLORREF NewColor) | CChartSerie | |
SetGradient(COLORREF GradientColor, EGradientType GradientType) | CChartBarSerie | |
SetGroupId(unsigned GroupId) | CChartBarSerie | |
SetHorizontal(bool bHorizontal) | CChartBarSerie | |
SetInterSpace(int Space) | CChartBarSerie | [inline, static] |
SetName(const TChartString &NewName) | CChartSerie | |
SetPoints(double *pX, double *pY, unsigned Count) | CChartXYSerie | |
CChartSerieBase< SChartXYPoint >::SetPoints(SChartXYPoint *pPoints, unsigned Count) | CChartSerieBase< SChartXYPoint > | |
SetSeriesOrdering(PointsOrdering newOrdering) | CChartSerieBase< SChartXYPoint > | [virtual] |
SetShadowColor(COLORREF NewColor) | CChartSerie | |
SetShadowDepth(int Depth) | CChartSerie | |
SetStacked(bool bStacked) | CChartBarSerie | |
SetUserData(unsigned uPointIndex, void *pData) | CChartXYSerie | |
SetVisible(bool bVisible) | CChartSerie | |
SetXPointValue(unsigned PointIndex, double NewVal) | CChartXYSerie | |
SetYPointValue(unsigned PointIndex, double NewVal) | CChartXYSerie | |
ShowGradient(bool bShow) | CChartBarSerie | |
UnregisterMouseListener() | CChartSerieBase< SChartXYPoint > | |
ValueToScreen(double XValue, double YValue, CPoint &ScreenPoint) const | CChartSerie | |
XScreenToValue(long XScreenCoord) const | CChartSerie | |
YScreenToValue(long YScreenCoord) const | CChartSerie | |
~CChartBarSerie() | CChartBarSerie | |
~CChartSerie() | CChartSerie | [virtual] |
~CChartSerieBase() | CChartSerieBase< SChartXYPoint > | [virtual] |
~CChartXYSerie() | CChartXYSerie | [virtual] |