PieChartSliceData

Top Previous Topic Next Topic  Print this topic

PieChartSliceData is derived from ObjectData and implements the IChart interface, providing information about a pie chart slice element.

 

Members

 

Name

Description

colorInfoList

list with color information about pie chart slice element

legend

reference to the chart's legend

 

colorInfoList - list with color information about pie chart slice element

 

private List<ChartColorInfo> colorInfoList = new List<ChartColorInfo>();

 

legend - reference to the chart's legend or null if pie chart slice element doesn't have one

 

private LegendChartItemData legend = null;

 

Get-Set Methods

 

Name

Type

Description

ColorInfoList

List<ChartColorInfo>

get colorInfoList

Legend

LegendChartItemData

get or set legend

 

Method

 

AddLegendForChartElements - sets for this chart area element a reference to a pie chart slice legend

 

 

public void AddLegendForChartElements(LegendChartData legendChartData)