|
| | CChartSeriesLineErrorBar () |
| | CChartSeriesLineErrorBar (CChartCoordinate *sys) |
| virtual | ~CChartSeriesLineErrorBar () |
| void | Clear (BOOL no_clear_v1=FALSE) |
| | 清空
|
| void | GetRangeV2 (double &vmin, double &vmax) const |
| void | SetCapacity (UINT count) |
| | 设置可容纳点数量的最大值
|
| int | GetCapacity () const |
| | 获得可容纳点数量的最大值
|
| void | SetValue2Offset (double dv2) |
| | 设置偏移量
|
| void | SetFirstPos (UINT first_pos) |
| | 第一个数据在数组中的位置
|
| std::vector< double > & | GetVector1 () |
| | 获得第一个坐标轴指定缓冲的数组引用
|
| std::vector< double > & | GetVector2 () |
| | 获得第二个坐标轴指定缓冲的数组引用
|
| std::vector< double > & | GetVector3 () |
| | 获得第二个坐标轴指定缓冲的数组引用
|
| void | AppendValue2 (double y, double dy, BOOL check_range=TRUE) |
| | 向指定缓冲数组中添加数据。
|
| void | InitVector1Data (int count, double begin, double step) |
| | 初始化第一组数据
|
| void | OnPaintSeries (ISurface *surface, const RECT &rc_diagram, RECT *rect_update) override |
| void | ShellSeriesAttribute (const BeString &str_name, const BeString &str_value, ICoordList *coord_list) override |
| | 命令控制和属性设置接口
|
| void | GetSeriesRelationship (std::vector< BeString > &list) override |
| | 获得类的继承关系
|
| | CChartSeriesLine () |
| virtual | ~CChartSeriesLine () |
| void | UpdateRandomData (double low, double hight) |
| void | SetLinePatternImage (GImage *img) |
| | 设置线条图案
|
| void | SelectShadow (int dx, int dy, int blur_x, int blur_y, int spread_x, int spread_y, GColor color) |
| BOOL | OnNotifyMessage (IEventHandler *notify, UINT message, WPARAM wp, LPARAM lp) override |
| void | OnParseItemData (XMLItem *node, ICoordList *coord_list) override |
| | CChartSeriesContain () |
| virtual | ~CChartSeriesContain () |
| std::shared_ptr< CChartElement > | At (int i, BOOL reverse=FALSE) |
| | 获得位置i的元素对象
|
| template<class ElementType> |
| ElementType * | Find (int i, BOOL reverse=FALSE) |
| void | Add (std::shared_ptr< CChartElement > ele) |
| void | Insert (int pos, std::shared_ptr< CChartElement > ele) |
| void | Delete (int pos, int count=1) |
| void | Clear () |
| void | MoveFirstEleToEnd () |
| | 将第一个元素移动到末尾
|
| void | GetValueY (std::vector< double > &vec, int field=0) |
| | 获得Y轴数据数组
|
| int | Size () const |
| | 图元总数
|
| void | ConvToPath (GPathStorage *path, LineMode mode, BOOL is_reverse, int field=0) |
| CChartElement * | FindChartElement (LPCTSTR name) override |
| void | OnTranslateLanguage () override |
| void | ChangeSeriesThemeColors () 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 | OnSizeChanged () |
| | 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) |
| | GStyleMarkShape () |
| | ~GStyleMarkShape () |
| void | SetMarkStyle (TypeMarkShape style) |
| void | SetMarkSize (double mark_size) |
| void | SetMarkColor (const GColor &color) |
| TypeMarkShape | GetMarkStyle () const |
| double | GetMarkSize () const |
| GColor | GetMarkColor () const |
| void | OnPaintMarkShape (ISurface *surface, int cx, int cy, const RECT &rc_diagram, RECT *rc_clip) |
| void | OnPaintMarkShape (ISurface *surface, int cx, int cy, int size, const RECT &rc_diagram, RECT *rc_clip) |
| BOOL | OnPtInMarkShape (POINT pt, int cx, int cy) |
| void | ShellMarkAttribute (const BeString &str_name, const BeString &str_value) |
| | GStyleLine () |
| | ~GStyleLine () |
| BOOL | IsFillAreaPath () const |
| void | FillAreaPath (BOOL is_fill) |
| void | SetLineMode (LineMode mode) |
| LineMode | GetLineMode () const |
| | GPenInfo () |
| | ~GPenInfo () |
| void | SetLineColor (GColor color) |
| | 设置线颜色
|
| void | SetLineType (PenType style) |
| | 设置画笔类型
|
| void | SetLineWidth (int weight) |
| | 设置线宽
|
| float | GetLineWidth (BOOL display=TRUE) const |
| | 获得线宽
|
| GColor | GetLineColor () const |
| | 画笔颜色
|
| PenType | GetLineType () const |
| | 画笔类型
|
| void | ShellAttributePen (const BeString &str_name, const BeString &str_value) |
| | 属性设置
|