GraphLineFormat
The line format property.
Example
app = pf.GetApplication() app:NewProject() graph = app.CartesianGraphs:Add() -- Edit 'GraphLineFormat' properties of the grid border graph.Grid.Border.Weight = 2 -- Edit 'GraphLineFormat' of the title frame graph.Title.Frame.Line.Colour = pf.Enums.ColourEnum.Grey
Usage locations
The GraphLineFormat object can be accessed from the following locations:
- Properties
- SmithChartGrid object has property Border.
- SmithChartGrid object has property ReactanceLine.
- SmithChartGrid object has property ResistanceLine.
- PolarGridLines object has property RadialLine.
- PolarGridLines object has property AngularLine.
- PolarGraphGrid object has property Border.
- CartesianGridLines object has property HorizontalLine.
- CartesianGridLines object has property VerticalLine.
- CartesianGraphGrid object has property Border.
- FrameFormat 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