CartesianGraphGrid

The Cartesian graph grid properties.

Example

app = pf.GetApplication()
app:NewProject()
graph = app.CartesianGraphs:Add()

    -- Update grid visualisation properties

graph.Grid.Minor.Visible = true
graph.Grid.BackColour = pf.Enums.ColourEnum.DarkGreen

Usage locations (object properties)

The following objects have properties using the CartesianGraphGrid object:

Property List

BackColour
The background colour of the Cartesian graph grid. (Read/Write Colour)
Border
The line format for the Cartesian graph grid border. (Read only GraphLineFormat)
Major
The Cartesian graph major grid properties. (Read only CartesianGridLines)
Minor
The Cartesian graph minor grid properties. (Read only CartesianGridLines)

Property Details

BackColour
The background colour of the Cartesian graph grid.
Type
Colour
Access
Read/Write
Border
The line format for the Cartesian graph grid border.
Type
GraphLineFormat
Access
Read only
Major
The Cartesian graph major grid properties.
Type
CartesianGridLines
Access
Read only
Minor
The Cartesian graph minor grid properties.
Type
CartesianGridLines
Access
Read only