wxLineChartDataset
Description
Stores the information about a dataset to be shown on a .
Methods
Public
wxLineChartDataset |
Constructs a instance. |
const wxString & GetLabel |
Gets the name of the dataset. |
bool ShowDots |
Whether to show the points on the chart. |
const wxColor & GetDotColor |
|
const wxColor & GetDotStrokeColor |
|
bool ShowLine |
Whether to show the line on the chart. |
const wxColor & GetLineColor |
|
bool Fill |
Whether to fill the part of the chart between the line and X-axis with the color returned by . |
const wxColor & GetFillColor |
Returns the color with which to fill the part of the chart between the line and the X-axis. |
const wxVector< wxDouble > & GetData |
|
const wxLineType & GetType |