CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
图表序列 更多...
Public 属性 | |
BeString | m_strName |
UINT | m_SeriesID |
GShadowContain | m_shadow_contain |
![]() | |
BOOL | m_bShowDatalabel |
BOOL | m_bDrawLine |
double | m_txtAngle |
double | m_txtDistance |
COLORREF | m_crLabel |
COLORREF | m_crEle |
额外继承的成员函数 | |
![]() | |
BOOL | m_bVisbale |
图表序列
BUI::CChartSeries::CChartSeries | ( | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
UINT BUI::CChartSeries::SeriesID | ( | ) | const |
LPCTSTR BUI::CChartSeries::SeriesName | ( | ) |
void BUI::CChartSeries::SetSeriesID | ( | UINT | 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::CChartSeriesAttachLine, BUI::CChartSeriesBufferLine, BUI::CChartSeriesDoubleBufferLine, BUI::CChartSeriesLineErrorBar , 以及 BUI::CChartSeriesLineInterpolation 重载.
UINT BUI::CChartSeries::m_SeriesID |
GShadowContain BUI::CChartSeries::m_shadow_contain |
BeString BUI::CChartSeries::m_strName |