CartesianSurfaceGraphGrid
The Cartesian graph grid properties.
Example
app = pf.GetApplication() app:NewProject() graph = app.CartesianSurfaceGraphs:Add() -- Update grid visualisation properties graph.Grid.Minor.Visible = true
Usage locations
The CartesianSurfaceGraphGrid object can be accessed from the following locations:
- Properties
- CartesianSurfaceGraph object has property Grid.
Property List
- Major
- The Cartesian surface graph major grid properties. (Read only CartesianSurfaceGraphGridLines)
- Minor
- The Cartesian surface graph minor grid properties. (Read only CartesianSurfaceGraphGridLines)
Property Details
- Major
- The Cartesian surface graph major grid properties.
- Type
- CartesianSurfaceGraphGridLines
- Access
- Read only
- Minor
- The Cartesian surface graph minor grid properties.
- Type
- CartesianSurfaceGraphGridLines
- Access
- Read only