com.stimulsoft.report.chart.interfaces
Interface IStiSeriesInteraction

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject
All Known Implementing Classes:
StiSeriesInteraction

public interface IStiSeriesInteraction
extends java.lang.Cloneable, IStiJsonReportObject


Method Summary
 boolean getAllowSeries()
          Gets or sets value which indicates that the Drill-Down operation can be executed for Series.
 boolean getAllowSeriesElements()
          Gets or sets value which indicates that the Drill-Down operation can be executed for Series Elements.
 boolean getDrillDownEnabled()
          Gets or sets value which indicates whether the Drill-Down operation can be executed.
 void setAllowSeries(boolean value)
           
 void setAllowSeriesElements(boolean value)
           
 void setDrillDownEnabled(boolean value)
           
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

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)