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 (object properties)

The following objects have properties using the CartesianSurfaceGraphGrid object:

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