Actions and events

<< 点击显示目录 >>

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

Actions and events

The following section describes the possible actions and events for widget "ProfileGeneratorXAxisItem".

Actions

Name

Description

Arguments

SetVisible

Controls the visibility of the widget.

value: Boolean

SetEnable

Controls the usability of the widget.

value: Boolean

Table: Actions

Events

Name

Description

Arguments

Click

Triggered when clicking on the widget.

origin: String

"origin" contains the ID of the widget that triggers the click event.

EnableChanged

Triggered when the value of property "enable" changes.

value: Boolean

"value" returns the new value of property "enable".

VisibleChanged

Triggered when the value of property "visible" changes.

value: Boolean

"value" returns the new value of property "visible".

Table: Events