EJSC.Axis.visible
See Also
Definition
boolean visible = true
Description
Defines if the axis (containing axis caption and tick labels) should be displayed.
Example
>> Remove the bottom axis from the chart to allow additional room for data
var chart = new EJSC.Chart( "chart", { axis_bottom: { visible: false } } ); |