SurfaceGraphLegend
The graph legend properties.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]]) graph = app.CartesianSurfaceGraphs:Add() farField = app.Models["startup"].Configurations[1].FarFields[1] farFieldPlot = graph.Plots:Add(farField) -- Change properties of the surface graph legend graph.Legend.Font.Boldfaced = true
Usage locations
The SurfaceGraphLegend object can be accessed from the following locations:
- Properties
- CartesianSurfaceGraph object has property Legend.
- SurfaceGraph object has property Legend.
Property List
- Font
- The font format for the graph legend. (Read only SurfaceGraphFontFormat)
- Rounded
- Round off legend range and step size. (Read/Write boolean)
Property Details
- Font
- The font format for the graph legend.
- Type
- SurfaceGraphFontFormat
- Access
- Read only
- Rounded
- Round off legend range and step size.
- Type
- boolean
- Access
- Read/Write