Interface IStiSeriesInteraction

All Superinterfaces:
Cloneable, IStiJsonReportObject
All Known Implementing Classes:
StiSeriesInteraction

public interface IStiSeriesInteraction extends Cloneable, IStiJsonReportObject
  • Method Details

    • getDrillDownEnabled

      boolean getDrillDownEnabled()
      Gets or sets value which indicates whether the Drill-Down operation can be executed.
    • setDrillDownEnabled

      void setDrillDownEnabled(boolean value)
    • getAllowSeries

      boolean getAllowSeries()
      Gets or sets value which indicates that the Drill-Down operation can be executed for Series.
    • setAllowSeries

      void setAllowSeries(boolean value)
    • getAllowSeriesElements

      boolean getAllowSeriesElements()
      Gets or sets value which indicates that the Drill-Down operation can be executed for Series Elements.
    • setAllowSeriesElements

      void setAllowSeriesElements(boolean value)