Interface MutableChartActivity

All Superinterfaces:
Activity, ChartActivity, MutableActivity
All Known Implementing Classes:
MutableChartActivityBase

public interface MutableChartActivity
extends MutableActivity, ChartActivity
An add-on interface for chart activities where it should be possible to change the chart value at a later time. This turns a chart activity into a mutable activity and allows for the user to edit the value interactively.
Since:
1.0
  • Method Details

    • setChartValue

      void setChartValue​(double value)
      Sets a new chart value.
      Parameters:
      value - the new value
      Since:
      1.0