Axis.BaseUnit 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 base unit for the specified category axis.
public:
property Microsoft::Office::Interop::Excel::XlTimeUnit BaseUnit { Microsoft::Office::Interop::Excel::XlTimeUnit get(); void set(Microsoft::Office::Interop::Excel::XlTimeUnit value); };
public Microsoft.Office.Interop.Excel.XlTimeUnit BaseUnit { get; set; }
Public Property BaseUnit As XlTimeUnit
Property Value
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.