BaseValue Property
The BaseValue property returns or sets bar chart or histogram custom Base value. This is used when the BaseMode is set to grfCustom. Returns a Double.
Syntax
object.BaseValue
object.BaseValue = BaseValue
Parameter | Type | Description |
BaseValue | Double | required, base value |
Example 1
This example shows how to set the base value for a custom bar chart base mode.
Bar1.BaseValue = 7
Example 2
This example shows how to return the base value for a custom bar chart base mode.
Debug.Print Bar1.BaseValue
Used by: Auto3DXYZBarChart object, AutoBarChart object, AutoHistogram object