ChartDirector 7.1 (.NET Edition)

ContourLayer.setContourLabelFormat


Usage

[C#]public void setContourLabelFormat(char formatString);
[VB]Public Sub setContourLabelFormat(formatString As char)

Description

Sets the data label format.

By default, the data label format is "{label}". 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