BCGControlBar Pro for MFC
void CBCGPChartDataPoint::SetFormat ( const BCGPChartFormatSeries &  format)
inline

Sets data point formatting options.

By the default individual data points are not formatted and they inherit formatting options from the parent series. Each data point maintains a pointer to BCGPChartFormatSeries structure, which is initially set to NULL. When you call SetFormat a new formatting structure is allocated (if it has not been allocated before) and the source format is copied in.

Call ClearFormat() if you need to return to default.