LineGraphDescription
[ Interface ]
export interface LineGraphDescription {
symbol: string;
yAxisId?: number;
lineWidth?: number;
lineColor?: TcHmi.SolidColor;
pointDot?: boolean;
pointDotInStopMode?: boolean;
pointDotRadius?: number;
pointDotFillColor?: TcHmi.SolidColor;
pointDotStrokeWidth?: number;
pointDotStrokeColor?: TcHmi.SolidColor;
legendName?: string;
scaleFactor?: number;
fillColor?: TcHmi.SolidColor;
fillTransparency?: string;
fillMode?: string;
}
Properties
Name | Type | Description |
---|---|---|
symbol | Symbol name | |
yAxisId (optional) | id of the Y-axis | |
lineWidth (optional) | Line width | |
lineColor (optional) | Line color | |
pointDot | Are points to be drawn | |
pointDotInStopMode (optional) | Should points be drawn in stop mode | |
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 | |
scaleFactor (optional) | Scale factor | |
fillColor (optional) | Fill color of the graph | |
fillMode (optional) | Mode how the graph should be filled. Possible are: None, HorizontalZero, Top, Bottom, Center and Source | |
fillTransparency (optional) | Fill color transparency (0-1) |
See also
Schema: tchmi:framework#/definitions/TrendLineGraphDescriptionDefinitionList
Available from version 1.10 |