Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / DisplayUnits Property


In This Topic
    DisplayUnits Property (ValueAxis)
    In This Topic
    Gets or sets the units in which labels are displayed.
    Syntax
    'Declaration
     
    
    Public Property DisplayUnits As Double
    'Usage
     
    
    Dim instance As ValueAxis
    Dim value As Double
     
    instance.DisplayUnits = value
     
    value = instance.DisplayUnits
    public double DisplayUnits {get; set;}
    Exceptions
    ExceptionDescription
    value is less than or equal to zero.
    See Also