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
The PolarGridLines object can be accessed from the following locations:
- Properties
- PolarGraphGrid object has property Major.
- PolarGraphGrid object has property Minor.
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