SurfaceGraphLineFormat
The line format property.
Example
app = pf.GetApplication() app:NewProject() graph = app.CartesianSurfaceGraphs:Add() -- Edit 'SurfaceGraphLineFormat' properties of the major grid line graph.Grid.Major.HorizontalLine.Weight = 2
Usage locations
The SurfaceGraphLineFormat object can be accessed from the following locations:
- Properties
- CartesianSurfaceGraphGridLines object has property HorizontalLine.
- CartesianSurfaceGraphGridLines object has property VerticalLine.
- SurfaceGraphFrameFormat object has property Line.
Property List
Property Details
- Colour
- The line colour.
- Type
- Colour
- Access
- Read/Write
- Style
- The line style.
- Type
- LineStyleEnum
- Access
- Read/Write
- Weight
- The line weight.
- Type
- number
- Access
- Read/Write