Axis.BaseUnit Property

Definition

Returns or sets the base unit for the specified category axis. Read/write.

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

Property Value

XlTimeUnit

Remarks

Setting this property has no visible effect if the CategoryType property for the specified axis is set to xlCategoryScale. The set value is retained, however, and takes effect when the CategoryType property is set to xlTimeScale.

You cannot set this property for a value axis.

Applies to