CartesianSurfaceGraphGridLines

The Cartesian graph grid lines properties.

Example

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

    -- Edit 'CartesianSurfaceGraphGridLines' properties
    
graph = app.CartesianSurfaceGraphs: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 CartesianSurfaceGraphGridLines object:

Property List

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

Property Details

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