HorizontalGraphAxis
The graph horizontal axis properties.
Example
app = pf.GetApplication() app:NewProject() graph = app.CartesianGraphs:Add() -- Edit 'HorizontalGraphAxis' property graph.HorizontalAxis.LogScaled = true
Usage locations
The HorizontalGraphAxis object can be accessed from the following locations:
- Properties
- CartesianGraph object has property HorizontalAxis.
Property List
- Labels
- The graph horizontal axis labels. (Read only GraphAxisLabels)
- LogScaled
- Set the graph horizontal axis to a logarithmic scale. (Read/Write boolean)
- MajorGrid
- The graph horizontal axis major grid spacing. (Read only AxisGridSpacing)
- MinorGridSubdivisions
- The number of minor grid subdivisions. (Read/Write number)
- Range
- The graph horizontal axis range. (Read only AxisRange)
- ReversedOrder
- Set the graph horizontal axis to a reversed order. (Read/Write boolean)
- Title
- The graph horizontal axis title. (Read only GraphAxisTitle)
Property Details
- Labels
- The graph horizontal axis labels.
- Type
- GraphAxisLabels
- Access
- Read only
- LogScaled
- Set the graph horizontal axis to a logarithmic scale.
- Type
- boolean
- Access
- Read/Write
- MajorGrid
- The graph horizontal axis major grid spacing.
- Type
- AxisGridSpacing
- Access
- Read only
- MinorGridSubdivisions
- The number of minor grid subdivisions.
- Type
- number
- Access
- Read/Write
- Range
- The graph horizontal axis range.
- Type
- AxisRange
- 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
- GraphAxisTitle
- Access
- Read only