Spread Windows Forms 12.0 Product Documentation
Type Property (AxisHitTest)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > AxisHitTest Class : Type Property
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
public AxisInfo.AxisType Type {get; set;}

Property Value

The type.
See Also

Reference

AxisHitTest Class
AxisHitTest Members