Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / AxisHitTest Class / Axis Property


In This Topic
Axis Property (AxisHitTest)
In This Topic
Gets or sets the axis.
Syntax
'Declaration
 
Public Property Axis As Axis
 
'Usage
 
Dim instance As AxisHitTest
Dim value As Axis
 
instance.Axis = value
 
value = instance.Axis

Property Value

The axis.
See Also