Format Styles
WebCharts3D uses standard Java formats to format labels and parse data. There are two different types of formats - predefined and pattern based.
Predefined formats such as Percentage and Currency provide means for obtaining default number/percentage/currency/date/time formats based on the default or a specified locale and some optional additional attributes. When you select a predefined format in the format object editor, the pattern field is grayed out and the default pattern for this type is displayed.
Pattern based formats include Pattern, Choice and DateTimePattern and require a pattern string. These formats are described in the corresponding sub-sections of this section.