DisplayUnitLabel Interface
Represents a unit label on an axis in the specified chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0002084C-0000-0000-C000-000000000046")> _
Public Interface DisplayUnitLabel
'Usage
Dim instance As DisplayUnitLabel
[InterfaceTypeAttribute()]
[GuidAttribute("0002084C-0000-0000-C000-000000000046")]
public interface DisplayUnitLabel
Remarks
Unit labels are useful for charting large values — for example, in the millions or billions. You can make the chart more readable by using a single unit label instead of large numbers at each tick mark.
Use the DisplayUnitLabel property to return the DisplayUnitLabel object.