Wijmo UI for the Web
annoMethod Field

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

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: string
value = instance.annoMethod;
Javascript (Specification) 
var annoMethod : string;
Remarks
Valid Values: "values" Uses numeric seriesList data values to annotate the axis. "valueLabels" Uses the array of string values that you provide in the valueLabels option to annotate the axis.
Browser Compatibility
7
5
5

See Also

Reference

chart_axis Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.