RetainOriginalAxisSettings Method
The RetainOriginalAxisSettings method controls whether the document retains original axis settings when populating a template.
Syntax
object.RetainOriginalAxisSettings( originalAxisSettings )
Parameter
|
Parameter |
Type |
Description |
|---|---|---|
| originalAxisSettings | Boolean | Set to True to retain the original manual axis settings. Set to False to allow the axis settings to reset to "Auto" when new data is loaded. |
Example
The following example demonstrates how to maintain manual axis limits while populating a template.
'Retain the original manual axis scaling
Plot.RetainOriginalAxisSettings(True)
Used by: Document Object