|
| | CChartSeriesGraph () |
| | ~CChartSeriesGraph () |
| void | SetCenterPosition (double xpos, double ypos) |
| void | SetRadius (int r) |
| void | SetRadiusMode (LayoutMode mode) |
| void | SetStartAngle (double a) |
| void | Add (std::shared_ptr< CChartEleCircleNet > ele) |
| void | Insert (int pos, std::shared_ptr< CChartEleCircleNet > ele) |
| void | Delete (int pos) |
| void | Clear () |
| int | Size () const |
| void | AddEdge (int src, int tgr) |
| void | OnPaintSeries (ISurface *surface, const RECT &rc_diagram, RECT *rect_update) override |
| BOOL | OnNotifyMessage (IEventHandler *notify, UINT message, WPARAM wp, LPARAM lp) override |
| void | OnTranslateLanguage () override |
| void | OnParseItemData (XMLItem *node, ICoordList *coord_list) override |
| CChartElement * | FindChartElement (LPCTSTR name) 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) |