|
A Category Item Label Generator assumes responsibility for creating the text strings that will be used for item labels in a category chart.
Properties
Property
|
Name
|
Type
|
Description
|
Label Format
|
labelFormat
|
String
|
Format string that may contain the following tokens:
| • | {2} - the string representation of item value |
|
Formatter Type
|
formatType
|
Integer
|
Number Formatter or Date Formatter.
|
Number Format
|
numberFormat
|
String
|
Number format pattern (for Number Formatter only).
|
Percent Format
|
percentFormat
|
String
|
Number format pattern used for percentage values (for Number Formatter only).
|
Date Format
|
dateFormat
|
String
|
Date/time format pattern (for Date Formatter only).
|
|