VerticalSurfaceGraphAxis

The graph vertical axis properties.

Example

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

    -- Edit 'VerticalSurfaceGraphAxis' property

graph.VerticalAxis.Title.CaptionIncludesUnit = true

Usage locations (object properties)

The following objects have properties using the VerticalSurfaceGraphAxis object:

Property List

Labels
The graph vertical axis labels. (Read only SurfaceGraphAxisLabels)
MajorGrid
The graph vertical axis major grid spacing. (Read only SurfaceGraphAxisGridSpacing)
MinorGridSubdivisions
The number of minor grid subdivisions. (Read/Write number)
Range
The graph vertical axis range. (Read only SurfaceGraphAxisRange)
ReversedOrder
Set the graph vertical axis to a reversed order. (Read/Write boolean)
Title
The graph vertical axis title. (Read only SurfaceGraphAxisTitle)

Property Details

Labels
The graph vertical axis labels.
Type
SurfaceGraphAxisLabels
Access
Read only
MajorGrid
The graph vertical axis major grid spacing.
Type
SurfaceGraphAxisGridSpacing
Access
Read only
MinorGridSubdivisions
The number of minor grid subdivisions.
Type
number
Access
Read/Write
Range
The graph vertical axis range.
Type
SurfaceGraphAxisRange
Access
Read only
ReversedOrder
Set the graph vertical axis to a reversed order.
Type
boolean
Access
Read/Write
Title
The graph vertical axis title.
Type
SurfaceGraphAxisTitle
Access
Read only