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


In This Topic
    DisplayUnitLabel Property
    In This Topic
    Gets the DisplayUnitLabel object for the specified axis Returns null if the HasDisplayUnitLabel property is set to False
    Syntax
    'Declaration
     
    ReadOnly Property DisplayUnitLabel As IDisplayUnitLabel
    'Usage
     
    Dim instance As IAxis
    Dim value As IDisplayUnitLabel
     
    value = instance.DisplayUnitLabel
    IDisplayUnitLabel DisplayUnitLabel {get;}
    See Also