CXYChart::GetChartType

CXYChart::SetChartType


void SetChartType( int dataID, int type );
int GetChartType( int dataID );

Description

These functions set or return the chart type of the specified data set. The chart types are one of the following values:

kXYChartPlain  - A plain, unconnected chart
kXYChartConnect  - A chart with connected data points
kXYChartHistogram  - A histogram-style chart

The data ID is that returned by AddData or SetData.


CXYChart Reference | CPlot Reference