BaseMode Property
The BaseMode property returns or sets the bar chart or histogram base mode. Returns a Long.
Syntax
object.BaseMode
object.BaseMode = BaseMode
Parameter | Type | Description |
BaseMode | Long | required, grfBarBase |
Example 1
This example shows how to set the bar chart base mode to the data maximum.
Bar1.BaseMode = grfDataMax
Example 2
This example shows how to return the bar chart base mode.
Debug.Print Bar1.BaseMode
Used by: Auto3DXYZBarChart object, AutoBarChart object, AutoHistogram object