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
Inheritance
The SurfaceGraphAxisRange object is derived from the object.
Usage locations
The SurfaceGraphAxisRange object can be accessed from the following locations:
- Properties
- HorizontalSurfaceGraphAxis object has property Range.
- VerticalSurfaceGraphAxis object has property Range.