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