YAxis
[ Schnittstelle ]
export interface YAxis {
id: number;
position: TcHmiCharting.IAxis.Position;
mainTickMinValue?: number;
mainTickMaxValue?: number;
showLabels?: boolean;
showAxis?: boolean;
labelFontColor?: TcHmi.SolidColor;
axisColor?: TcHmi.SolidColor;
showAxisName?: boolean;
axisName?: string;
axisNameFontFamily?: string;
axisNameFontSize?: number;
axisNameFontSizeUnit?: TcHmi.DimensionUnit;
axisNameFontWeight?: TcHmi.FontWeight;
axisNameFontColor?: TcHmi.SolidColor;
decimalPlaces?: number;
unit?: string;
autoScaling?: boolean;
}
Eigenschaften
Name | Typ | Beschreibung |
---|---|---|
id | id der Y-Achse | |
position | Position als Enumeration | |
mainTickMinValue | Minimalwert des Hauptachsenmarkers | |
mainTickMaxValue | Maximalwert des Hauptachsenmarkers | |
showLabels | Soll die Beschriftung angezeigt werden | |
showAxis Info: Verfügbar ab Version 1.12.746.0 | Soll die Achse angezeigt werden | |
labelFontColor (optional) | Farbe des Beschriftungstextes | |
axisColor (optional) | Farbe des Achse | |
showAxisName (optional) | Soll der Achsname angezeigt werden | |
axisName (optional) | Name der Achse | |
axisNameFontFamily (optional) | Schriftart des Achsnamens | |
axisNameFontSize (optional) | Schriftgröße des Achsnamens | |
axisNameFontSizeUnit (optional) | Einheit der Schriftgröße des Achsnamens | |
axisNameFontWeight (optional) | Schriftstärke des Achsnamens | |
axisNameFontColor (optional) | Schriftfarbe des Achsnamens | |
decimalPlaces (optional) | Dezimalstellen der Achsbeschriftung | |
unit (optional) | Anzeige-Einheit | |
autoScaling (optional) | Soll die Achse sich automatisch anpassen |
Siehe auch
Schema: tchmi:framework#/definitions/ChartYAxisDefinition
Verfügbar ab Version 1.10 |