FrameFormat

The frame format property.

Example

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

    -- Edit title 'FrameFormat' colour property

graph.Title.Frame.BackColour = pf.Enums.ColourEnum.Grey

Usage locations

The FrameFormat 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 GraphLineFormat)
Shadow
The frame shadow format properties. (Read only ShadowFormat)

Property Details

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