ChartDirector 5.1 (.NET Edition)

PieChart.setData


Usage

[VB] Public Sub setData(data As Double() [, labels As String() ])
[C#] public void setData(double[] data [, string[] labels ]);

Description

Sets the data used to draw the pie chart.

Arguments

ArgumentDefaultDescription
data(Mandatory)An array of numbers representing the data points.
labels[Empty_Array]An array of text strings representing the labels of the sectors. An empty array means no sector label.

Return Value

None