ShowRightScale

<< Click to Display Table of Contents >>

 

ShowRightScale

Boolean If this property is set to True, the main Vertical Axis is displayed on the right size of the grid. Otherwise, it remains invisible. Example:

Sub CommandButton1_Click()
  Set Chart = Screen.Item("E3Chart1")
  Chart.ShowRightScale = Not Chart.ShowRightScale
End Sub

Was this page useful?