Axis.DisplayUnit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.