Axis.DisplayUnitLabel Property
Returns the DisplayUnitLabel object for the specified axis. Returns a null reference (Nothing in Visual Basic) if the HasDisplayUnitLabel property is set to false. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property DisplayUnitLabel As DisplayUnitLabel
Get
'Usage
Dim instance As Axis
Dim value As DisplayUnitLabel
value = instance.DisplayUnitLabel
DisplayUnitLabel DisplayUnitLabel { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.DisplayUnitLabel