HasXAxis property: Chart class
Description
Use this property to specify whether the X-axis title is displayed with the chart.
This property takes a Boolean value: True, if the X-axis title appears with the chart; False otherwise.
The default value is True.
Note:
When you set the HasXAxis property to false, in addition to the X-axis title, the following auto-generated text is also suppressed: axis line, tick marks, and tick labels.
This property is read/write.
Example
&oChart.HasXAxis = False;
Related Topics