SameAxes Property
The SameAxes property returns or sets if all axes in the plot use the same settings. Returns a Boolean.
Syntax
object.SameAxes
object.SameAxes= SameAxes
Parameter | Type | Description |
SameAxes | Boolean | required, true to have all axes synched |
Example
This example shows how to synch all axes in a radar plot.
Graph1.SameAxes= True
Used by: AutoRadarGraph object