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
The CartesianGraphGrid object can be accessed from the following locations:
- Properties
- CartesianGraph object has property Grid.
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