ChartDirector 5.1 (.NET Edition)

DataSet.setDataLabelFormat


Usage

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

Description

Sets the data label format for the data set.

To set the label format for all data sets in a layer, use Layer.setDataLabelFormat.

For details description of data label format, please refer to Layer.setDataLabelFormat.

Arguments

ArgumentDefaultDescription
formatString(Mandatory)The format string.

Return Value

None