FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ValueAxis Class / LabelUnit Property


LabelUnit Property (ValueAxis)
Gets or sets the interval for tick mark labels.
Syntax
'Declaration
 
Public Property LabelUnit As Double
 
'Usage
 
Dim instance As ValueAxis
Dim value As Double
 
instance.LabelUnit = value
 
value = instance.LabelUnit
Exceptions
ExceptionDescription
value is less than or equal to zero.
See Also