Packagestimulsoft.report.chart.interfaces
Interfacepublic interface IStiSeriesInteraction extends IStiClonable, IStiMemberwiseCloneable
Implementors StiSeriesInteraction



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
IStiClonable
 Inherited
IStiMemberwiseCloneable
Property Detail
allowSeriesproperty
allowSeries:Boolean

Gets or sets value which indicates that the Drill-Down operation can be executed for Series.


Implementation
    public function get allowSeries():Boolean
    public function set allowSeries(value:Boolean):void
allowSeriesElementsproperty 
allowSeriesElements:Boolean

Gets or sets value which indicates that the Drill-Down operation can be executed for Series Elements.


Implementation
    public function get allowSeriesElements():Boolean
    public function set allowSeriesElements(value:Boolean):void
drillDownEnabledproperty 
drillDownEnabled:Boolean

Gets or sets value which indicates whether the Drill-Down operation can be executed.


Implementation
    public function get drillDownEnabled():Boolean
    public function set drillDownEnabled(value:Boolean):void