TraceMarkersFormat

The trace markers format property.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]])    
cartesianGraph = app.CartesianGraphs:Add()
trace = cartesianGraph.Traces:Add(app.Models[1].Configurations[1].NearFields[1])

    -- Set 'TraceMarkerFormat' properties

trace.Markers.Symbol = pf.Enums.MarkerSymbolEnum.FilledTriangle
trace.Markers.Colour =  pf.Enums.ColourEnum.Red

Usage locations (object properties)

The following objects have properties using the TraceMarkersFormat object:

Property List

Colour
The colour of markers. (Read/Write Colour)
DensityOption
The density option of the markers, specified by the MarkerPlacementEnum, e.g. CalculatedPoints, DenselySpaced or SparselySpaced. (Read/Write MarkerPlacementEnum)
Size
The size of the marker as a percentage in the range [20,200]. (Read/Write number)
Symbol
The symbol used for the marker, e.g. circle, cross, rectangle, etc. (Read/Write MarkerSymbolEnum)

Property Details

Colour
The colour of markers.
Type
Colour
Access
Read/Write
DensityOption
The density option of the markers, specified by the MarkerPlacementEnum, e.g. CalculatedPoints, DenselySpaced or SparselySpaced.
Type
MarkerPlacementEnum
Access
Read/Write
Size
The size of the marker as a percentage in the range [20,200].
Type
number
Access
Read/Write
Symbol
The symbol used for the marker, e.g. circle, cross, rectangle, etc.
Type
MarkerSymbolEnum
Access
Read/Write