Wijmo UI for the Web
annoFormatString Field
wijmo.chart Namespace > chart_axis Interface : annoFormatString Field

The annoFormatString option uses Standard Numeric Format Strings to provide formatting for numeric values in axis labels.

Default: ""
Type: String
Example Code:

Syntax
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: string
value = instance.annoFormatString;
var annoFormatString : string;
Example
axis: {x: {annoFormatString: "p0"}
Remarks

See Also

Reference

chart_axis Interface