UseStandardScale property
Sets or returns whether the Standard Scale property is one of the pre-defined
scales (True) or is set to a custom scale (False).
Syntax
BooleanVariable = object.UseStandardScale
object.UseStandardScale = <Boolean>
Where:
BooleanVariable specifies whether the
scale is pre-defined or custom.
object is the PlotProperties object.
Examples...
PlotProperties property example