ChartDirector 7.1 (.NET Edition)

Layer.setAggregateLabelFormat


Usage

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

Description

Sets the aggregate label format.

By default, the aggregate 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