|
| | CChartSeriesTree () |
| virtual | ~CChartSeriesTree () |
| CChartEleTree * | GetRootNode () |
| void | SetLeafInterval (int w) |
| void | SetGroupInterval (int w) |
| void | OnDrawNode (ISurface *surface, CChartEleTree *node, int dx, int dy, const RECT &rc_diagram) |
| void | OnDrawNodeSquarify (ISurface *surface, CChartEleTree *node, int dx, int dy, const RECT &rc_diagram, int level) |
| void | OnDrawNodeLine (ISurface *surface, TreeLayoutType type, CChartEleTree *node, int dx, int dy) |
| void | OnPaintSeries (ISurface *surface, const RECT &rc_diagram, RECT *rect_update) override |
| BOOL | OnNotifyMessage (IEventHandler *notify, UINT message, WPARAM wp, LPARAM lp) override |
| void | OnParseItemData (XMLItem *node, ICoordList *coord_list) override |
| CChartElement * | FindChartElement (LPCTSTR name) override |
| void | OnTranslateLanguage () override |
| void | GetSeriesRelationship (std::vector< BeString > &list) override |
| | 获得类的继承关系
|
| | CChartSeries () |
| virtual | ~CChartSeries () |
| LPCTSTR | SeriesName () |
| | 序列名称
|
| void | SetSeriesName (LPCTSTR name) |
| | 设置序列名称
|
| void | SetSeriesID (UINT id) |
| | 设置序列整数ID
|
| UINT | SeriesID () const |
| | 获取序列整数ID
|
| BOOL | IsEnable () const |
| | 可用性
|
| void | SetEnable (BOOL enable) |
| | 设置可用性
|
| void | DoChangeSeriesThemeColors (const BeString &name) |
| virtual void | ChangeSeriesThemeColors () |
| virtual void | OnSizeChanged () |
| virtual void | ShellSeriesAttribute (const BeString &str_name, const BeString &str_value, ICoordList *coord_list) |
| | 命令控制和属性设置接口
|
| | VisibleProperty () |
| | ~VisibleProperty () |
| BOOL | IsVisable () const |
| void | SetVisable (BOOL is_show) |
| | CChartDataLabel () |
| | ~CChartDataLabel () |
| BOOL | IsShowDataLabel () const |
| void | ShowDataLabelLine (BOOL is_show) |
| BOOL | IsShowDataLabelLine () const |
| void | SetDataLabelBgColor (const GColor &color) |
| void | SetEleColor (const GColor &color) |
| void | ShowDataLabel (BOOL is_show) |
| void | SetDatalabelTextDistance (double r) |
| void | SetDatalabelAngle (double rad) |
| void | SetDatalabelAngleDeg (double deg) |