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


In This Topic
Type Property (AxisHitTest)
In This Topic
Gets or sets the type.
Syntax
'Declaration
 
Public Property Type As AxisInfo.AxisType
 
'Usage
 
Dim instance As AxisHitTest
Dim value As AxisInfo.AxisType
 
instance.Type = value
 
value = instance.Type

Property Value

The type.
See Also