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

The following objects have properties using the SurfaceGraphLineFormat 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