[VB] | Public Sub setLabelFormat(formatString As String) |
[C#] | public void setLabelFormat(string formatString); |
ChartDirector 5.1 (.NET Edition)
PieChart.setLabelFormat
Usage
[VB] | Public Sub setLabelFormat(formatString As String) |
[C#] | public void setLabelFormat(string formatString); |
Description
Label Layout Method | Default Label Format |
---|---|
Circular Layout | {label}<*br*>{percent}% (The "<*br*>" above is the CDML syntax for a line break.) |
Side Layout | {label} ({percent}%) |
Arguments
Argument | Default | Description |
---|---|---|
formatString | (Mandatory) | The format string. |
Return Value