void CBCGPChartSeries::SetMarkerShape | ( | BCGPChartMarkerOptions::MarkerShape | shape, |
int | nDataPointIndex = -1 |
||
) |
Sets marker shape either for all data points in a series, or for specified data point.
Call this method to set data marker shape. The shape can be one of the following enumerated values:
shape | Specifies the shape. |
nDataPointIndex | Specifies a data point index. Use -1 to set the option for a series. |