LogScale property
Returns or sets whether the pen is shown with the logarithmic scale to base 10. Read/write. Boolean.
This property only works for standard chart style. When this property is enabled, the properties NumGridLines, NumMinorGridLines, and ScaleAsPercent of YAxis object are ignored.
Syntax
pen
.LogScale
[ = state
]where
pen
- is a Pen object or an expression that evaluates to a Pen object.state
- is a parameter of the type Boolean that can be set to one of the following:- True. Shows the pen with the logarithmic scale to base 10.
- False. Shows the pen with the actual values.
Provide Feedback