var instance; // Type: wijmo.chart.chart_axis; var value; // Type: string value = instance.annoMethod;
var annoMethod : string;
The annoMethod option indicates how to label values along the axis.
var instance; // Type: wijmo.chart.chart_axis; var value; // Type: string value = instance.annoMethod;
var annoMethod : string;
axis: { x: { annoMethod: "valueLabels", valueLabels: ["a", "b", "c"] }