ReferenceLine
[ Interface ]
export interface ChartReferenceLineDefinition {
show: boolean;
name: string;
orientation: string;
yAxisId: number;
value: number;
color: TcHmi.SolidColor;
linewidth: nuber;
showLabel: boolean;
labelHorizontalAlignment: string;
labelVerticalAlignment: string;
labelFontFamily: string;
labelFontSize: number;
labelFontSizeUnit: string;
labelFontStyle: string;
labelFontWeight: string;
}
Properties
Name | Type | Description |
---|---|---|
show | Visibility of the reference line. | |
name | Name of the reference line. | |
orientation | Orientation of the reference line. | |
yAxisId | Y assignment ID | |
value | Value of the reference line. | |
color | Color of the reference line. | |
lineWidth | Line width of the reference line. | |
showLabel | Visibility of the label. | |
labelhorizontalAlignment | Horizontal alignment of the label. | |
labelVerticalAlignment | Vertical alignment of the label. | |
labelFontFamily | Font of the label. | |
labelFontSize | Font size of the label. | |
labelFontSizeUnit | Font size unit of the label. | |
labelFontStyle | Font style of the label. | |
labelFontWeight | Font weight of the label. |
See also
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiTrendLineChart.ChartReferenceLineDefinition
Available since version 1.12.760 |