Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarValueAxis Class / RulerOffset Property


RulerOffset Property (RadarValueAxis)
Gets or sets the distance that the ruler is offset.
Syntax
'Declaration
 
Public Property RulerOffset As Single
 
'Usage
 
Dim instance As RadarValueAxis
Dim value As Single
 
instance.RulerOffset = value
 
value = instance.RulerOffset
Exceptions
ExceptionDescription
value is less than zero or greater than 1584.
Remarks
Offset is measured in points.
See Also