Wijmo UI for the Web
valueLabels Field
wijmo.chart Namespace > chart_axis Interface : valueLabels Field
The valueLabels option shows a collection of valueLabels for the X axis.
Default: []
Type: Array
Syntax
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: array
value = instance.valueLabels;
var valueLabels : array;
Remarks
If the annoMethod is "values", this option will lost effect, If the annoMethod is "valueLabels", the axis's label will set to this option's value.
See Also

Reference

chart_axis Interface