PolarGraphGrid

The polar graph grid properties.

Example

app = pf.GetApplication()
app:NewProject()
graph = app.PolarGraphs: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 PolarGraphGrid object:

Property List

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

Property Details

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