.Modelica_LinearSystems2.Utilities.Plot.Types.PointSymbol

Information

Enumeration to define the style of the symbol to mark a point in a diagram. Possible values:

Types.PointSymbol.Meaning
None No symbol (point is not explicitly marked)
Cross x
Circle o
Square Non-filled square
FilledSquare Filled square
TriangleDown Filled triangle pointing downwards
TriangleUp Filled triangle pointing upwards
Diamond Filled diamond
Dot .

Example:

Definition

type PointSymbol = enumeration(None "no symbol", Cross "x", Circle "o", Square, FilledSquare, TriangleDown, TriangleUp, Diamond, Dot);

Generated at 2024-05-17T18:15:58Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos