Element Details: Input+Chart+Range
 Back


Available in: Logi Info Source code name: InputChart.DataRangeIntroduced in: v11.0.43

This enables the use of charts as input controls. It allows the user to select a region of the chart by drawing a box.

Use an AreaDrawn element to run an Action after an area has been drawn by the user. Use AreaCleared for an Action when the area has been cleared.

To reference the user's selected ranges, set IDs for the Max and Min ID attributes. For example, to get the min data value from the drawn region, set MinXaxisID="MinDate", then use @Request.MinDate~.

InputChart.Range supports only Line, Spline or Scatter charts.

Element Group:User Input



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
MaxXaxisID
UserDefined
Upper x-axis value.
MaxYaxisID
UserDefined
Upper y-axis value.
MinXaxisID
UserDefined
Lower x-axis value.
MinYaxisID
UserDefined
Lower y-axis value.
RegionBorderColor
UserDefined
This sets the border color of the region drawn on the chart.
RegionColor
UserDefined
This sets the color of the region drawn on the chart.
RegionTransparency
UserDefined
Indicates a level of transparency of the region drawn on the chart. The lowest value of 0 indicates that the region is opaque, with no transparency. The other end of the scale, 15, indicates a completely transparent region. Use medium-level transparency to allow the chart to show through.



PARENT ELEMENTS

Click element to drill down for more information.

Action.Export Word Or Excel
Body
Column Cell
Division
Fieldset Box
HTML Tag
Popup Panel
Rectangle
Report Footer
Report Header
Responsive Column
Tab Panel


CHILD ELEMENTS

Click element to drill down for more information.

Area Cleared Area Drawn


 Back to top


 Chart Debug