PolarGridLines

The polar graph grid lines properties.

Example

app = pf.GetApplication()
app:NewProject()

    -- Edit 'PolarGridLines' properties
    
graph = app.PolarGraphs:Add()
graph.Grid.Minor.Visible = true
graph.Grid.Major.AngularLine.Weight = 3
graph.Grid.Major.RadialLine.Weight = 3

Usage locations (object properties)

The following objects have properties using the PolarGridLines object:

Property List

AngularLabelsVisible
Controls the visibility of the angular polar graph grid line labels. Only valid for minor grid labels. (Read/Write boolean)
AngularLine
The line format for the polar graph angular grid. (Read only GraphLineFormat)
RadialLabelsVisible
Controls the visibility of the radial polar graph grid line labels. Only valid for minor grid labels. (Read/Write boolean)
RadialLine
The line format for the polar graph radial grid. (Read only GraphLineFormat)
Visible
Controls the visibility of the polar graph grid lines. (Read/Write boolean)

Property Details

AngularLabelsVisible
Controls the visibility of the angular polar graph grid line labels. Only valid for minor grid labels.
Type
boolean
Access
Read/Write
AngularLine
The line format for the polar graph angular grid.
Type
GraphLineFormat
Access
Read only
RadialLabelsVisible
Controls the visibility of the radial polar graph grid line labels. Only valid for minor grid labels.
Type
boolean
Access
Read/Write
RadialLine
The line format for the polar graph radial grid.
Type
GraphLineFormat
Access
Read only
Visible
Controls the visibility of the polar graph grid lines.
Type
boolean
Access
Read/Write