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