ScaleAsPercent property
Returns or sets a value that determines whether or not the YAxis scaling will be by percent of data or actual value. Read/write. Boolean.
Syntax
yaxis
.ScaleAsPercent
[ = value
]where
yaxis
- is a YAxis object, or an expression that evaluates to a YAxis object.value
- is a Boolean value that determines whether the Yaxis is scaled by percent or actual value.- True. Scale by percent of data
- False. Scale by actual value
Provide Feedback