|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
图表序列 更多...
类 BUI::CChartSeries 继承关系图:Public 属性 | |
| BeString | m_name |
| UINT | m_series_id |
| BOOL | m_is_enable |
| GShadowContain | m_shadow_contain |
Public 属性 继承自 BUI::CChartDataLabel | |
| BOOL | m_is_show_data_label |
| BOOL | m_is_draw_line |
| double | m_text_angle |
| double | m_text_distance |
| GColor | m_color_text |
| GColor | m_ele_color |
额外继承的成员函数 | |
Protected 属性 继承自 BUI::VisibleProperty | |
| BOOL | m_is_visbale |
图表序列
| BUI::CChartSeries::CChartSeries | ( | ) |
|
virtual |
|
virtual |
被 BUI::CChartSeriesContain 重载.
|
virtual |
| BOOL BUI::CChartSeries::IsEnable | ( | ) | const |
可用性
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| UINT BUI::CChartSeries::SeriesID | ( | ) | const |
获取序列整数ID
| LPCTSTR BUI::CChartSeries::SeriesName | ( | ) |
序列名称
| void BUI::CChartSeries::SetEnable | ( | BOOL | enable | ) |
设置可用性
| void BUI::CChartSeries::SetSeriesID | ( | UINT | id | ) |
设置序列整数ID
| void BUI::CChartSeries::SetSeriesName | ( | LPCTSTR | name | ) |
设置序列名称
|
virtual |
命令控制和属性设置接口
| szName属性 | szText语法格式 |
|---|---|
| name 序列名称 | name="名称" |
| seriesID 序列长整型ID | seriesID="12547" |
| show-label 是否显示序列内部元素的文本 | true / false |
| visible 可见性 | 取值 true/false |
被 BUI::CChartSeriesLine, BUI::CChartSeriesLinePoints, BUI::CChartSeriesAttachLine, BUI::CChartSeriesBufferLine, BUI::CChartSeriesDoubleBufferLine, BUI::CChartSeriesLineErrorBar , 以及 BUI::CChartSeriesLineInterpolation 重载.
| BOOL BUI::CChartSeries::m_is_enable |
| BeString BUI::CChartSeries::m_name |
| UINT BUI::CChartSeries::m_series_id |
| GShadowContain BUI::CChartSeries::m_shadow_contain |