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. The next script contains an example of using this property.

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

Was this page useful?