Share via


Axis.HasDisplayUnitLabel Property

True if the label specified by the DisplayUnit or DisplayUnitCustom property is displayed on the specified axis. The default value is True.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property HasDisplayUnitLabel As Boolean
    Get
    Set
'Usage
Dim instance As Axis
Dim value As Boolean

value = instance.HasDisplayUnitLabel

instance.HasDisplayUnitLabel = value
bool HasDisplayUnitLabel { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Excel Namespace