OnlineChartGraph

<< 点击显示目录 >>

主页  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

Appearance

onlinechart_editor_graph

onlinechart_runtime_graph

Editor

Web browser

Properties

Name

Type

Description

Bindable

Necessary

Default value

enable

Boolean

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.

check

 

true

maxValue

Number

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

Number

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

style

StyleReference

Reference to a customizable widget style.

check

 

default

value

Number

Current value that should be shown in the graph.

check

 

0

node

Node

Current value with unit that should be shown in the graph.

check

 

 

visible

Boolean

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.

check

 

true

xAxisRefId

WidgetReference

References the widget to an X-axis using the ID.

 

check

 

interpolationType

ChartInterpolationType

Defines the interpolation function to be applied on the graph.

 

 

step-after

zIndex

UInteger

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.

 

check

 

Styleable properties

Name

Type

Description

Default value

lineColor

Color

Defines the color of the graphs.

#FF0000

disabledLineColor

Color

Defines the color of the graphs in the disabled state.

#DDDDDD

lineWidth

PixelVal

Defines the thickness of the graphs.

2px

fillColor

Color

Defines the color used to display the area below a graph.

Transparent

disabledFillColor

Color

Defines the color used to display the area below a graph when the widget is disabled.

Transparent

Topics in this section:

Actions and events