Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ValueAxis Class / DisplayUnits Property
Example


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.
    Remarks
    The DisplayUnits property is used to scale the labels shown on the axis.
    Example
    This example uses the DisplayUnits property.
    See Also