Packagestimulsoft.report.chart.view.series
Classpublic class StiSeriesInteraction
InheritanceStiSeriesInteraction Inheritance StiObject Inheritance Object
Implements IStiInteractionClass, IStiReportProperty, IStiDefault, IStiSeriesInteraction, IStiSerializable, IStiRef



Public Properties
 PropertyDefined By
  allowSeries : Boolean
Gets or sets value which indicates that the Drill-Down operation can be executed for Series.
StiSeriesInteraction
  allowSeriesElements : Boolean
Gets or sets value which indicates that the Drill-Down operation can be executed for Series Elements.
StiSeriesInteraction
  drillDownEnabled : Boolean
Gets or sets value which indicates whether the Drill-Down operation can be executed.
StiSeriesInteraction
  drillDownPage : StiPage
Gets or sets a page for the Drill-Down operation.
StiSeriesInteraction
  drillDownPageGuid : String
StiSeriesInteraction
  drillDownReport : String
Gets or sets a path to a report for the Drill-Down operation.
StiSeriesInteraction
  hyperlink : StiHyperlinkExpression
Gets or sets an expression to fill a series hyperlink.
StiSeriesInteraction
  hyperlinkDataColumn : String
Gets or sets a name of the column that contains the hyperlink value.
StiSeriesInteraction
  isDefault : Boolean
[read-only]
StiSeriesInteraction
  listOfHyperlinks : StiListOfHyperlinksExpression
Gets or sets the expression to fill a list of hyperlinks.
StiSeriesInteraction
  listOfTags : StiListOfTagsExpression
Gets or sets the expression to fill a list of tags.
StiSeriesInteraction
  listOfToolTips : StiListOfToolTipsExpression
Gets or sets the expression to fill a list of tool tips.
StiSeriesInteraction
  parentComponent : StiComponent
[read-only]
StiSeriesInteraction
  parentSeries : StiSeries = null
StiSeriesInteraction
  ref : int
StiSeriesInteraction
  tag : StiTagExpression
Gets or sets the expression to fill a series tag.
StiSeriesInteraction
  tagDataColumn : String
Gets or sets a name of the column that contains the tag value.
StiSeriesInteraction
  toolTip : StiToolTipExpression
Gets or sets the expression to fill a series tooltip.
StiSeriesInteraction
  toolTipDataColumn : String
Gets or sets a name of the column that contains the tool tip value.
StiSeriesInteraction
Public Methods
 MethodDefined By
  
StiSeriesInteraction
  
clone(... args):Object
[override]
StiSeriesInteraction
 Inherited
equals(object:Object):Boolean
StiObject
  
getReport():Object
StiSeriesInteraction
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiSeriesInteraction
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
drillDownPageproperty 
drillDownPage:StiPage

Gets or sets a page for the Drill-Down operation.


Implementation
    public function get drillDownPage():StiPage
    public function set drillDownPage(value:StiPage):void
drillDownPageGuidproperty 
drillDownPageGuid:String


Implementation
    public function get drillDownPageGuid():String
    public function set drillDownPageGuid(value:String):void
drillDownReportproperty 
drillDownReport:String

Gets or sets a path to a report for the Drill-Down operation.


Implementation
    public function get drillDownReport():String
    public function set drillDownReport(value:String):void
hyperlinkproperty 
hyperlink:StiHyperlinkExpression

Gets or sets an expression to fill a series hyperlink.


Implementation
    public function get hyperlink():StiHyperlinkExpression
    public function set hyperlink(value:StiHyperlinkExpression):void
hyperlinkDataColumnproperty 
hyperlinkDataColumn:String

Gets or sets a name of the column that contains the hyperlink value.


Implementation
    public function get hyperlinkDataColumn():String
    public function set hyperlinkDataColumn(value:String):void
isDefaultproperty 
isDefault:Boolean  [read-only]


Implementation
    public function get isDefault():Boolean
listOfHyperlinksproperty 
listOfHyperlinks:StiListOfHyperlinksExpression

Gets or sets the expression to fill a list of hyperlinks. Example: 1;2;3


Implementation
    public function get listOfHyperlinks():StiListOfHyperlinksExpression
    public function set listOfHyperlinks(value:StiListOfHyperlinksExpression):void
listOfTagsproperty 
listOfTags:StiListOfTagsExpression

Gets or sets the expression to fill a list of tags. Example: 1;2;3


Implementation
    public function get listOfTags():StiListOfTagsExpression
    public function set listOfTags(value:StiListOfTagsExpression):void
listOfToolTipsproperty 
listOfToolTips:StiListOfToolTipsExpression

Gets or sets the expression to fill a list of tool tips. Example: 1;2;3


Implementation
    public function get listOfToolTips():StiListOfToolTipsExpression
    public function set listOfToolTips(value:StiListOfToolTipsExpression):void
parentComponentproperty 
parentComponent:StiComponent  [read-only]


Implementation
    public function get parentComponent():StiComponent
parentSeriesproperty 
public var parentSeries:StiSeries = null

refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
tagproperty 
tag:StiTagExpression

Gets or sets the expression to fill a series tag.


Implementation
    public function get tag():StiTagExpression
    public function set tag(value:StiTagExpression):void
tagDataColumnproperty 
tagDataColumn:String

Gets or sets a name of the column that contains the tag value.


Implementation
    public function get tagDataColumn():String
    public function set tagDataColumn(value:String):void
toolTipproperty 
toolTip:StiToolTipExpression

Gets or sets the expression to fill a series tooltip.


Implementation
    public function get toolTip():StiToolTipExpression
    public function set toolTip(value:StiToolTipExpression):void
toolTipDataColumnproperty 
toolTipDataColumn:String

Gets or sets a name of the column that contains the tool tip value.


Implementation
    public function get toolTipDataColumn():String
    public function set toolTipDataColumn(value:String):void
Constructor Detail
StiSeriesInteraction()Constructor
public function StiSeriesInteraction()



Method Detail
clone()method
override public function clone(... args):Object

Parameters

... args

Returns
Object
getReport()method 
public function getReport():Object

Returns
Object
memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object