Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis Class / DisplayUnit Property


In This Topic
    DisplayUnit Property
    In This Topic
    Gets or sets the display unit.
    Syntax
    'Declaration
     
    Public Property DisplayUnit As Double
    'Usage
     
    Dim instance As Axis
    Dim value As Double
     
    instance.DisplayUnit = value
     
    value = instance.DisplayUnit
    public double DisplayUnit {get; set;}

    Property Value

    The display unit.
    See Also