Package | stimulsoft.report.chart.view.series |
Class | public class StiSeriesInteraction |
Inheritance | StiSeriesInteraction ![]() ![]() |
Implements | IStiInteractionClass, IStiReportProperty, IStiDefault, IStiSeriesInteraction, IStiSerializable, IStiRef |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
StiSeriesInteraction | |||
clone(... args):Object [override] | StiSeriesInteraction | ||
![]() | equals(object:Object):Boolean | StiObject | |
getReport():Object | StiSeriesInteraction | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiSeriesInteraction |
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
drillDownPage | property |
drillDownPage:StiPage
Gets or sets a page for the Drill-Down operation.
public function get drillDownPage():StiPage
public function set drillDownPage(value:StiPage):void
drillDownPageGuid | property |
drillDownPageGuid:String
public function get drillDownPageGuid():String
public function set drillDownPageGuid(value:String):void
drillDownReport | property |
drillDownReport:String
Gets or sets a path to a report for the Drill-Down operation.
public function get drillDownReport():String
public function set drillDownReport(value:String):void
hyperlink | property |
hyperlink:StiHyperlinkExpression
Gets or sets an expression to fill a series hyperlink.
public function get hyperlink():StiHyperlinkExpression
public function set hyperlink(value:StiHyperlinkExpression):void
hyperlinkDataColumn | property |
hyperlinkDataColumn:String
Gets or sets a name of the column that contains the hyperlink value.
public function get hyperlinkDataColumn():String
public function set hyperlinkDataColumn(value:String):void
isDefault | property |
isDefault:Boolean
[read-only] public function get isDefault():Boolean
listOfHyperlinks | property |
listOfHyperlinks:StiListOfHyperlinksExpression
Gets or sets the expression to fill a list of hyperlinks. Example: 1;2;3
public function get listOfHyperlinks():StiListOfHyperlinksExpression
public function set listOfHyperlinks(value:StiListOfHyperlinksExpression):void
listOfTags | property |
listOfTags:StiListOfTagsExpression
Gets or sets the expression to fill a list of tags. Example: 1;2;3
public function get listOfTags():StiListOfTagsExpression
public function set listOfTags(value:StiListOfTagsExpression):void
listOfToolTips | property |
listOfToolTips:StiListOfToolTipsExpression
Gets or sets the expression to fill a list of tool tips. Example: 1;2;3
public function get listOfToolTips():StiListOfToolTipsExpression
public function set listOfToolTips(value:StiListOfToolTipsExpression):void
parentComponent | property |
parentComponent:StiComponent
[read-only] public function get parentComponent():StiComponent
parentSeries | property |
public var parentSeries:StiSeries = null
ref | property |
ref:int
public function get ref():int
public function set ref(value:int):void
tag | property |
tag:StiTagExpression
Gets or sets the expression to fill a series tag.
public function get tag():StiTagExpression
public function set tag(value:StiTagExpression):void
tagDataColumn | property |
tagDataColumn:String
Gets or sets a name of the column that contains the tag value.
public function get tagDataColumn():String
public function set tagDataColumn(value:String):void
toolTip | property |
toolTip:StiToolTipExpression
Gets or sets the expression to fill a series tooltip.
public function get toolTip():StiToolTipExpression
public function set toolTip(value:StiToolTipExpression):void
toolTipDataColumn | property |
toolTipDataColumn:String
Gets or sets a name of the column that contains the tool tip value.
public function get toolTipDataColumn():String
public function set toolTipDataColumn(value:String):void
StiSeriesInteraction | () | Constructor |
public function StiSeriesInteraction()
clone | () | method |
override public function clone(... args):Object
Parameters
... args |
Object |
getReport | () | method |
public function getReport():Object
ReturnsObject |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |