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