ChartDirector 5.1 (.NET Edition)

Sector.setLabelFormat


Usage

[VB] Public Sub setLabelFormat(formatString As String)
[C#] public void setLabelFormat(string formatString);

Description

Sets the format of the sector label.

To set the label format for all sectors, use PieChart.setLabelFormat.

Arguments

ArgumentDefaultDescription
formatString(Mandatory)The format string. See PieChart.setLabelFormat for details.

Return Value

None