BCGSuite for MFC
BCGPSeriesColorsPtr

Detailed Description

The BCGPSeriesColorsPtr structure is filled by pointers to automatically generated colors for a series. You can retrieve automatic colors for a data point or series by calling CBCGPChartSeries::GetColors and get back a BCGPSeriesColorsPtr structure, which contains pointers to actual colors used to display a data point or series.

Public Member Functions

 BCGPSeriesColorsPtrConstructs the object.
 
 BCGPSeriesColorsPtrConstructs the object.
 

Public Attributes

 m_pBrDataLabelFillColorA pointer to data label fill color.
 
 m_pBrDataLabelLineColorA pointer to data label line color.
 
 m_pBrDataLabelTextColorA pointer to data label text color.
 
 m_pBrElementAltFillColorA pointer to alternative fill color.
 
 m_pBrElementAltLineColorA pointer to alternative line color.
 
 m_pBrElementBottomFillColorFill color of bottom face of a 3D shape.
 
 m_pBrElementFillColorA pointer to series element (data point) fill color.
 
 m_pBrElementLineColorA pointer to series element (data point) line color.
 
 m_pBrElementSideFillColorFill color of left or right face of a 3D shape.
 
 m_pBrElementTopFillColorFill color of top face of a 3D shape.
 
 m_pBrMarkerFillColorA pointer to marker fill color.
 
 m_pBrMarkerLineColorA pointer to marker line color.