LineGraphDescriptions
egraphdeEngineering
This dialog can be used to change the settings of the graphs for the individual subarrays to be displayed in the TrendLineChart.
Items | List of all objects added |
|---|---|
| Delete the selected object |
| Change the object order (top = left) |
| Add a new object |
Name | Type | Description |
|---|---|---|
yAxisId | id of the Y-axis | |
lineWidth (optional) | Line width | |
lineColor (optional) | Line color | |
pointDot | Are points to be drawn | |
pointDotRadius (optional) | Radius of the point circles | |
pointDotFillColor (optional) | Fill color of the point circle | |
pointDotStrokeWidth (optional) | Stroke width of the point circle | |
pointDotStrokeColor (optional) | Stroke color of the point circle | |
legendName (optional) | Legend name | |
xScaleFactor (optional) | X scaling factor | |
yScaleFactor (optional) | Y scaling factor | |
fillMode (optional) | Mode how the graph should be filled. Possible are: None, HorizontalZero, Top, Bottom, Center and Source | |
fillModeReferenceLine | Name of the ReferenceLine | |
fillColor (optional) | Fill color of the graph | |
fillTransparency (optional) | Transparency of the fill color (0-1) | |
colorRanges (optional) | Array of colors used for different areas | |
defaultVisibility (optional) | Visibility of the graph |
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiTrendLineChart.ChartLineGraphDescriptionDefinitionList
Attribute getter
public getLineGraphDescriptions(): TcHmi.Controls.Beckhoff.TcHmiTrendLineChart.LineGraphDescription[] | null;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi.Controls.Beckhoff.TcHmiTrendLineChart.LineGraphDescription[], null | The current value of the attribute. |
Attribute setter
public setLineGraphDescriptions(valueNew: TcHmi.Controls.Beckhoff.TcHmiTrendLineChart.LineGraphDescription[] | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | TcHmi.Controls.Beckhoff.TcHmiTrendLineChart.LineGraphDescription[], null | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.10 |



