SurfacePlotLegendFormat
The surface plot legend properties.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]]) graph = app.CartesianSurfaceGraphs:Add() farFieldPlot = graph.Plots:Add(app.Models[1].Configurations[1].FarFields[1]) -- SetProperties legend farFieldPlot.Legend.LinearRange.Type = pf.Enums.LinearScaleRangeTypeEnum.Auto
Usage locations
The SurfacePlotLegendFormat object can be accessed from the following locations:
- Properties
- SParameterSurfacePlot object has property Legend.
- CustomDataSurfacePlot object has property Legend.
- NearFieldSurfacePlot object has property Legend.
- FarFieldSurfacePlot object has property Legend.
- ResultSurfacePlot object has property Legend.
Property List
- LinearRange
- The surface plot legend linear range properties. (Read/Write SurfacePlotLegendLinearRangeFormat)
- LogarithmicRange
- The surface plot legend logarithmic range properties. (Read/Write SurfacePlotLegendLogarithmicRangeFormat)
Property Details
- LinearRange
- The surface plot legend linear range properties.
- Type
- SurfacePlotLegendLinearRangeFormat
- Access
- Read/Write
- LogarithmicRange
- The surface plot legend logarithmic range properties.
- Type
- SurfacePlotLegendLogarithmicRangeFormat
- Access
- Read/Write