Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / LabelUnit Property


In This Topic
    LabelUnit Property (ValueAxis)
    In This Topic
    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
    public double LabelUnit {get; set;}
    Exceptions
    ExceptionDescription
    value is less than or equal to zero.
    See Also