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

The annoMethod option indicates how to label values along the axis.

Syntax
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: string
value = instance.annoMethod;
var annoMethod : string;
Example
axis: {
    x: {
        annoMethod: "valueLabels",
        valueLabels: ["a", "b", "c"]
    }
Remarks
Valid Values:
See Also

Reference

chart_axis Interface