Package | stimulsoft.report.chart.interfaces |
Interface | public interface IStiSeriesInteraction extends IStiClonable, IStiMemberwiseCloneable |
Implementors | StiSeriesInteraction |
Property | Defined By | ||
---|---|---|---|
allowSeries : Boolean Gets or sets value which indicates that the Drill-Down operation can be executed for Series. | IStiSeriesInteraction | ||
allowSeriesElements : Boolean Gets or sets value which indicates that the Drill-Down operation can be executed for Series Elements. | IStiSeriesInteraction | ||
drillDownEnabled : Boolean Gets or sets value which indicates whether the Drill-Down operation can be executed. | IStiSeriesInteraction |
allowSeries | property |
allowSeries:Boolean
Gets or sets value which indicates that the Drill-Down operation can be executed for Series.
public function get allowSeries():Boolean
public function set allowSeries(value:Boolean):void
allowSeriesElements | property |
allowSeriesElements:Boolean
Gets or sets value which indicates that the Drill-Down operation can be executed for Series Elements.
public function get allowSeriesElements():Boolean
public function set allowSeriesElements(value:Boolean):void
drillDownEnabled | property |
drillDownEnabled:Boolean
Gets or sets value which indicates whether the Drill-Down operation can be executed.
public function get drillDownEnabled():Boolean
public function set drillDownEnabled(value:Boolean):void