recordCurve

Properties of a curve (displayed in a diagram)

Extends from Modelica.Icons.Record (Icon for records).

Information

With this record the properties of one curve in a diagram are defined (such as data points, color, line pattern).

Components

TypeNameDefaultDescription
Real[:]xValues x of curve
Real[:]yValues y of curve
Stringlegend""Legend text of curve
BooleanautoLinetrueTrue, if automatic line properties of curve
Integer[3]lineColor{0, 0, 255}Color of curve as rgb values
Modelica_LinearSystems2.Utilities.Plot.Types.LinePatternlinePatternModelica_LinearSystems2.Utilities.Plot.Types.LinePattern.SolidLine pattern of curve
Modelica_LinearSystems2.Utilities.Plot.Types.PointSymbollineSymbolModelica_LinearSystems2.Utilities.Plot.Types.PointSymbol.NoneSymbol for points on curve
ReallineThickness0.25Line thickness of curve