CartesianGridLines

The Cartesian graph grid lines properties.

Example

app = pf.GetApplication()
app:NewProject()

    -- Edit 'CartesianGridLines' properties
    
graph = app.CartesianGraphs:Add()
graph.Grid.Minor.Visible = true
graph.Grid.Major.HorizontalLine.Weight = 3
graph.Grid.Major.VerticalLine.Weight = 3

Usage locations (object properties)

The following objects have properties using the CartesianGridLines object:

Property List

HorizontalLabelsVisible
Controls the visibility of the horizontal Cartesian graph grid line labels. Only valid for minor grid labels. (Read/Write boolean)
HorizontalLine
The line format for the Cartesian graph horizontal grid. (Read only GraphLineFormat)
VerticalLabelsVisible
Controls the visibility of the vertical Cartesian graph grid line labels. Only valid for minor grid labels. (Read/Write boolean)
VerticalLine
The line format for the Cartesian graph vertical grid. (Read only GraphLineFormat)
Visible
Controls the visibility of the Cartesian graph grid lines. (Read/Write boolean)

Property Details

HorizontalLabelsVisible
Controls the visibility of the horizontal Cartesian graph grid line labels. Only valid for minor grid labels.
Type
boolean
Access
Read/Write
HorizontalLine
The line format for the Cartesian graph horizontal grid.
Type
GraphLineFormat
Access
Read only
VerticalLabelsVisible
Controls the visibility of the vertical Cartesian graph grid line labels. Only valid for minor grid labels.
Type
boolean
Access
Read/Write
VerticalLine
The line format for the Cartesian graph vertical grid.
Type
GraphLineFormat
Access
Read only
Visible
Controls the visibility of the Cartesian graph grid lines.
Type
boolean
Access
Read/Write