CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
图表数据点 更多...
Public 成员函数 | |
ChartDataPoint (double v, double y, LPCTSTR tips) | |
~ChartDataPoint () | |
Public 属性 | |
BeString | m_tips |
double | m_xOrAngleValue |
double | m_yValue |
POINT | m_pt |
图表数据点
BUI::ChartDataPoint::ChartDataPoint | ( | double | v, |
double | y, | ||
LPCTSTR | tips | ||
) |
BUI::ChartDataPoint::~ChartDataPoint | ( | ) |
POINT BUI::ChartDataPoint::m_pt |
BeString BUI::ChartDataPoint::m_tips |
double BUI::ChartDataPoint::m_xOrAngleValue |
double BUI::ChartDataPoint::m_yValue |