SpiderChartData

Top Previous Topic Next Topic  Print this topic

SpiderChartData is derived from ObjectData and implements the IChart interface and provides information about a spider chart.

 

Members

Name

Type

Description

m_spiderChartAxis

Dictionary<String, SpiderChartAxisData>

a map with all spider chart axis

 

Method

 

GetSpiderChartAxisData - return a SpiderChartAxisData

 

public SpiderChartAxisData GetSpiderChartAxisData(String axisId)

 

Return a SpiderChartAxisData from m_spiderChartAxis by axisId or null if there's no id in map.

 

 

AddLegendForChartElements - set for every element of this chart area a reference to a chart legend if exist.

 

public void AddLegendForChartElements(LegendChartData legendChartData)