BCGSuite for MFC
CBCGPChartDataPoint

Detailed Description

The CBCGPChartDataPoint class implements the functionality of Chart Data Point.

A data point is the smallest individual entity on the chart. On non-Shape charts, data points are represented depending on their chart type. For example, a Line series consists of one or more connected data points. On Shape charts, data points are represented by individual slices or segments that add up to the whole chart. For example, on a pie, pyramid or funnel chart, each piece is a data point.

One or more data points from a series. By default, all formatting options are applied to all data points in the series. If you want to specify properties for individual data points, you need one of the following:

See also
CBCGPChartData, CBCGPChartValue

Public Member Functions

 CBCGPChartDataPointConstructs a CBCGPChartDataPoint object.
 
 CBCGPChartDataPointConstructs a CBCGPChartDataPoint object.
 
 CBCGPChartDataPointConstructs a CBCGPChartDataPoint object.
 
 CBCGPChartDataPointConstructs a CBCGPChartDataPoint object.
 
 CBCGPChartDataPointConstructs a CBCGPChartDataPoint object.
 
 CBCGPChartDataPointConstructs a CBCGPChartDataPoint object.
 
 ClearFormatClears data point formatting options.
 
 GetCategoryNameReturns data point's category name.
 
 GetColorIndexReturns a color index in a series palette
 
 GetComponentValueReturns data point value at specified component index.
 
 GetDataReturns underlined data.
 
 GetDataComponentCountTells how many components contains the underlined chart data.
 
 GetFormatReturns a pointer to formatting options.
 
 IsEmptyTells whether the underlined chart data is empty.
 
 IsUseWordWrapForDatalabelsTells whether data labels use word wrapping when display the text.
 
 operator=Copy operator.
 
 SetCategoryNameSets data point category name.
 
 SetColorIndexSets a new color index.
 
 SetComponentCountSets number of components in the internal chart data.
 
 SetComponentValueSets component value.
 
 SetFormatSets data point formatting options.
 

Public Attributes

 m_bIncludeLabelToLegendSpecifies whether to include data point label to the legend.
 
 m_dwUserDataUser-defined data.
 
 m_strDataLabelSpecifies custom data label text for a data point.
 
 m_strLegendLabelSpecifies custom legend label for a data point.