|
SavvyUI C++ UI Library
|
This is the complete list of members for ChartUtil, including all inherited members.
| drawAreaChart(Graphics *g, Bounds rect, const vector< ChartSeries > &series, COLORREF color) | ChartUtil | static |
| drawBarChart(Graphics *g, Bounds rect, const vector< ChartSeries > &series) | ChartUtil | static |
| drawFunnelChart(Graphics *g, Bounds rect, const vector< ChartValue > &values) | ChartUtil | static |
| drawHeatmapChart(Graphics *g, Bounds rect, const vector< ChartSeries > &series) | ChartUtil | static |
| drawLineChart(Graphics *g, Bounds rect, const vector< ChartSeries > &series, COLORREF color) | ChartUtil | static |
| drawPieChart(Graphics *g, Bounds rect, const vector< ChartValue > &values, BOOL isDonut=FALSE) | ChartUtil | static |
| drawRadarChart(Graphics *g, Bounds rect, const vector< ChartSeries > &series) | ChartUtil | static |
| drawScatterChart(Graphics *g, Bounds rect, const vector< ChartSeries > &series) | ChartUtil | static |