MinorTicks

<< Click to Display Table of Contents >>

 

MinorTicks

Number This property determines the amount of minor ticks on a Scale. Default value of this property is 3 (three). Example:

Sub CommandButton1_Click()
  ' Displays the total amount
  ' of minor ticks on a scale
  MsgBox CStr(Screen.Item("Scale1").MinorTicks)
End Sub

Was this page useful?