SurfaceGraphFrameFormat

The frame format property.

Example

app = pf.GetApplication()
app:NewProject()
graph = app.CartesianSurfaceGraphs:Add()

    -- Edit title 'SurfaceGraphFrameFormat' colour property

graph.Title.Frame.Line.Colour = pf.Enums.ColourEnum.Grey

Usage locations

The SurfaceGraphFrameFormat object can be accessed from the following locations:

Property List

BackColour
The background colour. (Read/Write Colour)
Line
The line style for text item frame. (Read only SurfaceGraphLineFormat)
Shadow
The frame shadow format properties. (Read only SurfaceGraphShadowFormat)

Property Details

BackColour
The background colour.
Type
Colour
Access
Read/Write
Line
The line style for text item frame.
Type
SurfaceGraphLineFormat
Access
Read only
Shadow
The frame shadow format properties.
Type
SurfaceGraphShadowFormat
Access
Read only