GraphAxisTitle
The graph axis title properties.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]]) graph = app.CartesianGraphs:Add() graph.Traces:Add(app.Models[1].Configurations[1].FarFields[1]) -- Edit 'GraphAxisTitle' properties graph.HorizontalAxis.Title.Caption = "Frequency measured in Gigahertz" graph.HorizontalAxis.Title.CaptionIncludesUnit = false
Usage locations
The GraphAxisTitle object can be accessed from the following locations:
- Properties
- VerticalGraphAxis object has property Title.
- HorizontalGraphAxis object has property Title.
Property List
- AutoCaptionEnabled
- Specifies whether the automatic caption text of the graph axis must be used. (Read/Write boolean)
- Caption
- The caption of the graph axis. (Read/Write string)
- CaptionIncludesUnit
- Include the unit in the axis caption. (Read/Write boolean)
- Font
- The font format for the graph axis title. (Read only FontFormat)
- Frame
- The frame format for the graph axis title. (Read only FrameFormat)
Property Details
- AutoCaptionEnabled
- Specifies whether the automatic caption text of the graph axis must be used.
- Type
- boolean
- Access
- Read/Write
- Caption
- The caption of the graph axis.
- Type
- string
- Access
- Read/Write
- CaptionIncludesUnit
- Include the unit in the axis caption.
- Type
- boolean
- Access
- Read/Write
- Font
- The font format for the graph axis title.
- Type
- FontFormat
- Access
- Read only
- Frame
- The frame format for the graph axis title.
- Type
- FrameFormat
- Access
- Read only