RadialGraphAxis

The graph radial axis properties.

Example

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

    -- SetProperties angular radial axis settings on the polar

axis = graph.RadialAxis
axis.Labels.NumberFormat = pf.Enums.NumberFormatEnum.Scientific
axis.MajorGrid.AutoSpacingEnabled = false
axis.MajorGrid.Spacing = 10
axis.LogScaled = true

Usage locations (object properties)

The following objects have properties using the RadialGraphAxis object:

Property List

DynamicRange
Dynamic range of radial axis. (Read/Write number)
Labels
The graph radial axis labels. (Read only GraphAxisLabels)
LogScaled
Set the polar graph radial axis to a logarithmic scale. (Read/Write boolean)
MajorGrid
The graph radial axis major grid spacing. (Read only AxisGridSpacing)
MinorGridSubdivisions
The number of minor grid subdivisions. (Read/Write number)
Range
The graph radial axis range. (Read only AxisRange)

Property Details

DynamicRange
Dynamic range of radial axis.
Type
number
Access
Read/Write
Labels
The graph radial axis labels.
Type
GraphAxisLabels
Access
Read only
LogScaled
Set the polar graph radial axis to a logarithmic scale.
Type
boolean
Access
Read/Write
MajorGrid
The graph radial axis major grid spacing.
Type
AxisGridSpacing
Access
Read only
MinorGridSubdivisions
The number of minor grid subdivisions.
Type
number
Access
Read/Write
Range
The graph radial axis range.
Type
AxisRange
Access
Read only