AngularGraphAxis

The graph angular axis properties.

Example

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

    -- SetProperties angular axis settings on the polar graph

axis = graph.AngularAxis
axis.Labels.NumberFormat = pf.Enums.NumberFormatEnum.Scientific
axis.MajorGrid.AutoSpacingEnabled = false
axis.MajorGrid.Spacing = 10

Usage locations (object properties)

The following objects have properties using the AngularGraphAxis object:

Property List

Labels
The graph angular axis labels. (Read only GraphAxisLabels)
MajorGrid
The graph angular axis major grid spacing. (Read only AxisGridSpacing)
MinorGridSubdivisions
The number of minor grid subdivisions. (Read/Write number)
Range
The polar graph angular range specified by the AngularRangeEnum, e.g. From0to180 and From180to360. (Read/Write AngularRangeEnum)

Property Details

Labels
The graph angular axis labels.
Type
GraphAxisLabels
Access
Read only
MajorGrid
The graph angular axis major grid spacing.
Type
AxisGridSpacing
Access
Read only
MinorGridSubdivisions
The number of minor grid subdivisions.
Type
number
Access
Read/Write
Range
The polar graph angular range specified by the AngularRangeEnum, e.g. From0to180 and From180to360.
Type
AngularRangeEnum
Access
Read/Write