Get_Property

Description

Gets the property value of an HTML object and assign to the prop=value parameter. Also stores it to the variable in ret=&variable .

Different business charts like Charts, Status Meter Gauges, LEG Gauge, Rating Gauge, and Spark Charts support different properties, for example Charts support the following properties:

  • GroupCount

  • SeriesCount

  • Type

  • XAxisTitle

  • YAxisTitle

Note:

Get_Property on a Charts business chart does not support object oriented properties of a chart such as series and so on.

See Get_Property.

Example

The example is for Get_Property action for JET Chart type.

Type Action Recognition Parameters Value

Chart

Get_Property

chart=2DBar

idx=0;prop=XAxisTitle;ret=&xtitle

 

Related Topics