LineGraphDescriptions
Engineering
This dialog can be used to change the settings of the graphs for the individual subarrays to be displayed in the Sparkline.
Items | List of all objects added |
|---|---|
| Delete the selected object |
| Change the object order (top = left) |
| Add a new object |
Name | Type | Description |
|---|---|---|
lineColor (optional) | Line color | |
lineWidth | Line width | |
displayName (optional) | Display name | |
referenceLines | Reference lines |
Schema: tchmi:framework#/definitions/ChartLineGraphDescriptionDefinitionList
Attribute getter
public getLineGraphDescriptions(): TcHmi.Controls.Beckhoff.TcHmiSpakline.LineGraphDescription[] | null;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi.Controls.Beckhoff.TcHmiSparkline.LineGraphDescription[], null | The current value of the attribute. |
Attribute setter
public setLineGraphDescriptions(valueNew: TcHmi.Controls.Beckhoff.TcHmiSpakline.LineGraphDescription[] | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | TcHmi.Controls.Beckhoff.TcHmiSparkline.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 14 |



