Axis.DisplayUnit Property

Definition

Returns or sets the unit label for the value axis. Read/write.

public:
 property Microsoft::Office::Interop::Word::XlDisplayUnit DisplayUnit { Microsoft::Office::Interop::Word::XlDisplayUnit get(); void set(Microsoft::Office::Interop::Word::XlDisplayUnit value); };
public Microsoft.Office.Interop.Word.XlDisplayUnit DisplayUnit { get; set; }
member this.DisplayUnit : Microsoft.Office.Interop.Word.XlDisplayUnit with get, set
Public Property DisplayUnit As XlDisplayUnit

Property Value

XlDisplayUnit

Remarks

Using unit labels when charting large values makes your tick mark labels easier to read. For example, if you label your value axis in units of hundreds, thousands, or millions, you can use smaller numeric values at the tick marks on the axis.

Applies to