<< Click to Display Table of Contents >>
ShowTopScale |
If this property is set to True, the main Horizontal Axis is displayed on top of the grid. Otherwise, it is not displayed. Default value is False. Example:
Sub CommandButton1_Click()
Set Chart = Screen.Item("E3Chart1")
Chart.ShowTopScale = Not Chart.ShowTopScale
End Sub