Axis.BaseUnit Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property BaseUnit As XlTimeUnit
    Get
    Set
'Usage
Dim instance As Axis
Dim value As XlTimeUnit

value = instance.BaseUnit

instance.BaseUnit = value
XlTimeUnit BaseUnit { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.XlTimeUnit
XlTimeUnit

Remarks

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

You cannot set this property for a value axis.

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Word Namespace