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

A value that indicates the maximum value of the axis.

Default Value: null

Data Type: double nullable

Syntax
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: any
value = instance.max;
var max : any;
Remarks

See Also

Reference

chart_axis Interface