Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxis Interface / DisplayUnitCustom Property


In This Topic
    DisplayUnitCustom Property
    In This Topic
    Gets or sets the value of the displayed units The value must be from 0 through 10E307
    Syntax
    'Declaration
     
    Property DisplayUnitCustom As Double
    'Usage
     
    Dim instance As IAxis
    Dim value As Double
     
    instance.DisplayUnitCustom = value
     
    value = instance.DisplayUnitCustom
    double DisplayUnitCustom {get; set;}
    See Also