Axis.HasDisplayUnitLabel Property
true if the label specified by the DisplayUnit or DisplayUnitCustom property is displayed on the specified axis. The default is true. Read/write Boolean value.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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