CXYChart::GetDataLineStyle

CXYChart::SetDataLineStyle


int GetDataLineSize( int dataID );
void SetDataLineSize( int dataID, int lineStyle );

Description

These functions set or return the line style used to draw the connecting lines in a specific data set.

These line styles are the standard Windows line styles, PS_SOLID, PS_DASH, PS_DOT, PS_DASHDOT, PS_DASHDOTDOT.

The data ID is that returned by AddData or SetData.


CXYChart Reference | CPlot Reference