|
| CChartSeriesTree () |
|
virtual | ~CChartSeriesTree () |
|
CChartEleTree * | GetRootNode () |
|
void | SetLeafInterval (int w) |
|
void | SetGroupInterval (int w) |
|
void | OnDrawNode (ISurface *pSurface, CChartEleTree *node, int dx, int dy, const RECT &rcDiagram) |
|
void | OnDrawNodeSquarify (ISurface *pSurface, CChartEleTree *node, int dx, int dy, const RECT &rcDiagram, int level) |
|
void | OnDrawNodeLine (ISurface *pSurface, TreeLayoutType type, CChartEleTree *node, int dx, int dy) |
|
void | OnPaintSeries (ISurface *pSurface, const RECT &rcDiagram, RECT *lpUpdate) override |
|
BOOL | OnNotifyMessage (IEventHandler *notify, UINT message, WPARAM wp, LPARAM lp) override |
|
void | OnParseItemData (XMLItem *pNode, ICoordList *crdlist) override |
|
CChartElement * | FindChartElement (LPCTSTR name) override |
|
void | OnTranslateLanguage () override |
|
| CChartSeries () |
|
virtual | ~CChartSeries () |
|
LPCTSTR | SeriesName () |
|
void | SetSeriesName (LPCTSTR name) |
|
void | SetSeriesID (UINT id) |
|
UINT | SeriesID () const |
|
virtual void | OnTranslateLanguage () |
|
virtual void | OnPaintSeries (ISurface *pSurface, const RECT &rcDiagram, RECT *lpUpdate) |
|
virtual BOOL | OnNotifyMessage (IEventHandler *notify, UINT message, WPARAM wp, LPARAM lp) |
|
virtual void | ShellSeriesAttribute (const BeString &szName, const BeString &szText, ICoordList *crdlist) |
| 命令控制和属性设置接口
|
|
virtual void | OnParseItemData (XMLItem *pNode, ICoordList *crdlist) |
|
virtual CChartElement * | FindChartElement (LPCTSTR name) |
|
| VisibleProperty () |
|
| ~VisibleProperty () |
|
BOOL | IsVisable () const |
|
void | SetVisable (BOOL bShow) |
|
| CChartDataLabel () |
|
| ~CChartDataLabel () |
|
BOOL | IsShowDataLabel () const |
|
void | ShowDataLabelLine (BOOL bShow) |
|
BOOL | IsShowDataLabelLine () const |
|
void | SetDataLabelBgColor (COLORREF color) |
|
void | SetEleColor (COLORREF color) |
|
void | ShowDataLabel (BOOL bShow) |
|
void | SetDatalabelTextDistance (double r) |
|
void | SetDatalabelAngle (double rad) |
|
void | SetDatalabelAngleDeg (double deg) |
|