<< 点击显示目录 >> 主页 mappView帮助助手 > mapp View帮助信息 > Widgets > Chart > OnlineChart > OnlineChartGraph |
Widget "OnlineChartGraph" represents the binding for the data to be displayed.
The following properties cannot be used in compound widget "Mapping":
zIndex
Editor |
Web browser |
Type |
Description |
Bindable |
Necessary |
Default value |
|
Defines the usability of the widget. A disabled widget (enable=false) does not react to user interaction and does not trigger events. The "disabled..." style is displayed at runtime. The "enable" behavior is inherited from the container widgets to the child widgets. |
|
true |
|||
maxValue |
Defines the maximum permissible value for value binding. With node binding, the "high" attribute for the EU range from the OPC UA variable is used. |
|
|
100 |
|
minValue |
Defines the minimum permissible value for value binding. With node binding, the "low" attribute for the EU range from the OPC UA variable is used. |
|
|
0 |
|
Reference to a customizable widget style. |
|
default |
|||
Current value that should be shown in the graph. |
|
0 |
|||
Current value with unit that should be shown in the graph. |
|
|
|||
Defines the visibility of the widget. The widget can be hidden with visible=false. (visible = true, hidden = false). The "visible" behavior is inherited from the container widget to the child widgets. |
|
true |
|||
References the widget to an X-axis using the ID. |
|
|
|||
interpolationType |
Defines the interpolation function to be applied on the graph. |
|
|
step-after |
|
zIndex determines the z-order of the widget. With overlapping widgets, the zIndex determines which widget is on the top and which one is on the bottom. The widget with the larger zIndex is on top, and the one with the smaller zIndex is on the bottom. The zIndex must be unique within a piece of content or a container widget. The zIndex is automatically assigned by the visual editor and can therefore be changed via the toolbar. |
|
|
Type |
Description |
Default value |
|
lineColor |
Defines the color of the graphs. |
#FF0000 |
|
disabledLineColor |
Defines the color of the graphs in the disabled state. |
#DDDDDD |
|
lineWidth |
Defines the thickness of the graphs. |
2px |
|
fillColor |
Defines the color used to display the area below a graph. |
Transparent |
|
disabledFillColor |
Defines the color used to display the area below a graph when the widget is disabled. |
Transparent |