Set the format for the axis labels for axis labels that are numbers or dates.
By default, ChartDirector will try to guess if the axis represents numbers or dates. If the axis represents numbers, it will use "{value}" as the default format. If the axis represents dates, it will guess the format based on resolution of the dates (e.g. whether the dates contain hourly data or monthly data, etc). It may use formats such as {value|mm/dd/yy<*br*>hh:nn:ss}, {value|mm/dd/yy hh:nn:ss}, {value|mm/dd/yyyy}, {value|mm/yyyy} or {value|yyyy}.
Please refer to
Parameter Substitution and Formatting on all available parameters and how to format them.
© 2004 Advanced Software Engineering Limited. All rights reserved.