UseStandardScale Property

Specifies if the plot is to use a standard or custom scale.

See Also | Example

Signature

object.UseStandardScale

object

Layout, PlotConfiguration
The object or objects this property applies to.

UseStandardScale

Boolean; read-write

TRUE: Plot with the standard scale.

FALSE: Plot with a custom scale.

Remarks

To specify the standard scale to use in the plot, use the StandardScale property. To specify a custom scale, use the SetCustomScale method.

 

   Comments?