Graph

<< 点击显示目录 >>

主页  mappView帮助助手 > mapp View帮助信息 > Widgets  > Chart  > OnlineChartHDA  >

Graph

The graph collection defines the data to be displayed in widget "OnlineChartHDA".

A maximum of 8 graphs can be used in one graph.

Appearance

onlinecharthda_editor_graph_theme

onlinecharthda_runtime_theme

Editor

Web browser

Properties

Name

Type

Description

Bindable

Necessary

Default value

cursorNode

Node

Defines the current value with the unit where the cursor intersects the graph.

If there is no data point in front of the cursor or the cursor is not active, the property is set to "null".

A binding on widget "NumericOutput", for example, displays "XX" if the cursor intersection point does not receive a valid value.

check

 

 

cursorValue

Number

Defines the current value where the cursor intersects the graph.

If there is no data point in front of the cursor or the cursor is not active, the property is set to "null".

A binding on widget "NumericOutput", for example, displays "XX" if the cursor intersection point does not receive a valid value.

check

 

0

node

Node

Defines the data source of the graph. It is possible to bind to a numerical value with a unit.

check

 

 

value

Number

Defines the data source of the graph.

check

 

0

style

StyleReference

Reference to a customizable widget style.

check

 

default

type

GraphType

Defines how the data points are connected to a line.

See the data type for possibilities.

 

 

stepLine

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

yAxisReference

String

Specifies the reference of the y-axis that must be assigned to this graph.

The y-axis collection defines the display unit and the scaling of the graph.

 

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.

#DBDBDB

lineWidth

PixelVal

Defines the thickness of the graphs.

3px