AxisRange
The axis range properties.
Example
app = pf.GetApplication() app:NewProject() graph = app.CartesianGraphs:Add() -- Set horizontal display range graph.HorizontalAxis.Range.AutoRangeEnabled = false graph.HorizontalAxis.Range.Min = 0 graph.HorizontalAxis.Range.Max = 5
Usage locations
The AxisRange object can be accessed from the following locations:
- Properties
- RadialGraphAxis object has property Range.
- VerticalGraphAxis object has property Range.
- HorizontalGraphAxis object has property Range.