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
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | x | Values x of curve | |
| Real[:] | y | Values y of curve | |
| String | legend | "" | Legend text of curve |
| Boolean | autoLine | true | True, if automatic line properties of curve |
| Integer[3] | lineColor | {0, 0, 255} | Color of curve as rgb values |
| Modelica_LinearSystems2.Utilities.Plot.Types.LinePattern | linePattern | Modelica_LinearSystems2.Utilities.Plot.Types.LinePattern.Solid | Line pattern of curve |
| Modelica_LinearSystems2.Utilities.Plot.Types.PointSymbol | lineSymbol | Modelica_LinearSystems2.Utilities.Plot.Types.PointSymbol.None | Symbol for points on curve |
| Real | lineThickness | 0.25 | Line thickness of curve |