HorizontalSurfaceGraphAxis

The graph horizontal axis properties.

Example

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

    -- Edit 'HorizontalSurfaceGraphAxis' property

graph.HorizontalAxis.Title.CaptionIncludesUnit = true

Usage locations (object properties)

The following objects have properties using the HorizontalSurfaceGraphAxis object:

Property List

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

Property Details

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