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 (object properties)

The following objects have properties using the GraphLineFormat object:

Property List

Colour
The line colour. (Read/Write Colour)
Style
The line style. (Read/Write LineStyleEnum)
Weight
The line weight. (Read/Write number)

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