ChartDirector 5.1 (.NET Edition)

PolarLayer.setDataLabelFormat


Usage

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

Description

Sets the data label format.

By default, the data label format is "{value}". Please refer to Parameter Substitution and Formatting on available parameters and how to format them.

Arguments

ArgumentDefaultDescription
formatString(Mandatory)The format string.

Return Value

None