BCGControlBar Pro for MFC
const BCGPChartFormatSeries* CBCGPChartDataPoint::GetFormat ( ) const
inline

Returns a pointer to formatting options.

Returns
A valid pointer to BCGPChartFormatSeries if a data point is formatted individually, or NULL if a data point inherits its formatting options from the parent series.

By default all data points are formatted as the parent series and underlined format is NULL. You can call SetFormat() or use other ways described in CBCGPChartDataPoint description to enable individual formatting.

You can call ClearFormat() to disable individual formatting.