LineChartGraph

<< 点击显示目录 >>

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

LineChartGraph

Widget "LineChartGraph" represents the binding for the data to be displayed.

Widget "LineChartGraph" corresponds to a data buffer (e.g. speed). If an additional data buffer should be displayed (e.g. position), then another "LineChartGraph" widget is needed.

The following properties cannot be used in compound widget "Mapping":

zIndex

Appearance

linechartgraph_editor

linechartgraph_runtime

Editor

Web browser

Properties

Name

Type

Description

Bindable

Necessary

Default value

cursorNode

Node

Current value with unit pointed at by the cursor

check

 

 

cursorValue

Number

Current value pointed at by the cursor

check

 

 

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.

Limits the maximum value of the y-axis.

 

 

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.

Limits the minimum value of the y-axis.

 

 

0

interpolationType

ChartInterpolationType

Defines the interpolation function to be applied on the graph.

 

 

linear

node

ArrayNode

Binding for numerical values with a unit.

check

 

 

style

StyleReference

Reference to a customizable widget style.

check

 

default

value

NumberArray1D

Binding for an array of numerical values.

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

 

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

 

numberOfSamples

Integer

Defines the number of values that should be drawn in widget "LineChart".

check

 

-1

intersectionPointSize

PixelVal

Defines the size of the intersection where the graph and the cursor intersect.

 

 

10px

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

intersectionPointColor

Color

Defines the color of the intersection where the graph and the cursor intersect.

#FFBB88

activeIntersectionPointColor

Color

Defines the color of the intersection where the graph and cursor intersect in an active state.

#FF8800

disabledIntersectionPointColor

Color

Defines the color of the intersection where the graph and the cursor intersect in a disabled state.

#EEEEEE

Topics in this section:

Actions and events