SpiderChartSerieData is derived from ObjectData and implements the IChart interface. It provides all the necessary information about a spider chart series.
Members
Name |
Description |
dataPoint |
a list with all the points marked on axis |
areaChartDataPoint - list with all the point marked on axis
private List<SpiderChartPointData> m_pointData = new List<SpiderChartPointData>(); |
Get-Set Methods
Name |
Type |
Description |
DataPoint |
List<SpiderChartPointData> |
get dataPoint |
Method
AddLegendForChartElements - sets for this spider chart series a reference to a chart legend
public void AddLegendForChartElements(LegendChartData legendChartData)
|