Layout2D.CoordinateSystem
Returns the coordinate system of the layout.
SVB Example
Changing the coordinate system of a graph:
Option Base 1
Option Explicit
Sub Main
Dim GraphLayout As Layout2D
Set GraphLayout = ActiveGraph.Content
'change the coordinate system of the open graph
'from the standard coordinate system to polar.
GraphLayout.CoordinateSystem = scgPolar
End Sub
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.
