Available in: Logi Info | Source code name: InputChart.DataRange | Introduced 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 |