CustomMin property
Returns or sets the low end of the data display range when the MinMaxOption property of the y-axis is set to rstCustomMinMax. Read/write. Variant.
This property has no effect when the MinMaxOption property is set to any other value.
Syntax
yaxis
.CustomMin
[ = value
]where
yaxis
- is a YAxis object, or an expression that evaluates to a YAxis object.value
- is a parameter of the type Single that specifies the min value for the chart. It is a single-precision floating point value.Provide Feedback