AxisScrollBar.ScaleMenuItem Constructor(Double,String)
In This Topic
Creates a new instance of
AxisScrollBar.ScaleMenuItem class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Double, _
ByVal As System.String _
)
public AxisScrollBar.ScaleMenuItem(
System.double ,
System.string
)
Parameters
- scale
- The scale that corresponds to the menu item.
- text
- The text of menu item.
See Also