ChartDirector 6.0 (ColdFusion Edition)
PieChart.setLabelFormat
Usage
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