Wijmo UI for the Web
textVisible Field
wijmo.chart Namespace > chart_axis Interface : textVisible Field
A value that indicates the visibility of the X axis text.
Default: true
Type: Boolean
Syntax
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: boolean
value = instance.textVisible;
var textVisible : boolean;
See Also

Reference

chart_axis Interface