CXYChart::GetMarkerSize

CXYChart::SetMarkerSize


void SetMarkerSize( int dataID, int size );
int GetMarkerSize( int dataID );

Description

These functions set or return the size of the marker drawn for a specific data set. The size is approximately 1/10th of a milimeter. Thus, the default marker size of 10 should produce a marker about 1 mm in radius, although this varies for the different marker types.

The data ID is that returned by AddData or SetData.


CXYChart Reference | CPlot Reference