lineGraphDescription
[ Schnittstelle ]
export interface lineGraphDescription {
yAxisId: number;
lineWidth?: number;
lineColor?: TcHmi.SolidColor;
pointDot?: boolean;
pointDotRadius?: number;
pointDotFillColor?: TcHmi.SolidColor;
pointDotStrokeWidth?: number;
pointDotStrokeColor?: TcHmi.SolidColor;
legendName?: string;
xScaleFactor?: number;
yScaleFactor?: number;
fillColor?: TcHmi.SolidColor;
fillTransparency?: string;
fillMode?: string;
}
Eigenschaften
Name | Typ | Beschreibung |
---|---|---|
yAxisId | id der Y-Achse | |
lineWidth (optional) | Liniendicke | |
lineColor (optional | Linienfarbe | |
pointDot | Sollen Punkte gezeichnet werden | |
pointDotRadius (optional) | Radius der Punktkreise | |
pointDotFillColor (optional) | Füllfarbe des Punktkreises | |
pointDotStrokeWidth (optional) | Strichbreite des Punktkreises | |
pointDotStrokeColor (optional) | Strichfarbe des Punktkreises | |
legendName (optional) | Legendenname | |
xScaleFactor (optional) | X-Skalierungsfaktor | |
yScaleFactor (optional) | Y-Skalierungsfaktor | |
fillColor (optional) | Füllfarbe des Graphen | |
fillMode (optional) | Modus, wie der Graph gefüllt werden soll. Möglich sind: None, HorizontalZero, Top, Bottom, Center und Source | |
fillTransparency (optional) | Transparenz der Füllfarbe (0-1) |
Siehe auch
Schema: tchmi:framework#/definitions/ChartLineGraphDescriptionDefinitionList
Verfügbar ab Version 1.8 |