Packagestimulsoft.report.chart.view.series
Classpublic class StiSeries
InheritanceStiSeries Inheritance StiService Inheritance StiObject Inheritance Object
Implements IStiSeriesParent, IStiSeries, IStiSerializable, IStiRef
Subclasses StiBaseLineSeries, StiCandlestickSeries, StiClusteredColumnSeries, StiFunnelSeries, StiPieSeries, StiRadarSeries, StiStackedBarSeries, StiStackedBaseLineSeries, StiStackedColumnSeries



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiSeries
  allowSeries : Boolean
StiSeries
  allowSeriesElements : Boolean
StiSeries
  argument : StiArgumentExpression
StiSeries
  argumentDataColumn : String
Gets or sets a name of the column that contains the argument value.
StiSeries
  arguments : Vector.<Object>
StiSeries
  argumentsString : String
StiSeries
  autoSeriesColorDataColumn : String
Gets or sets a name of the column that contains the color of auto created series.
StiSeries
  autoSeriesKeyDataColumn : String
Gets or sets a name of the column that contains the key of auto created series.
StiSeries
  autoSeriesTitleDataColumn : String
Gets or sets a name of the column that contains the title of auto created series.
StiSeries
  chart : IStiChart
StiSeries
  conditions : StiChartConditionsCollection
Gets or sets collection of conditions which can be used to change behavior of series.
StiSeries
  core : StiSeriesCoreXF
StiSeries
  coreTitle : String
StiSeries
  drillDownEnabled : Boolean
Gets or sets value which indicates whether the Drill-Down operation can be executed.
StiSeries
  drillDownPage : StiPage
Gets or sets a page for the Drill-Down operation.
StiSeries
  drillDownPageGuid : String
StiSeries
  drillDownReport : String
Gets or sets a path to a report for the Drill-Down operation.
StiSeries
  filterMode : int
Gets or sets filter mode of series.
StiSeries
  filters : StiChartFiltersCollection
Gets or sets filters which used to filter series values.
StiSeries
  format : String
Gets or sets string that is used to format series values.
StiSeries
  getArgumentEvent : StiGetArgumentEvent
Occurs when getting the property Argument.
StiSeries
  getHyperlinkEvent : StiGetHyperlinkEvent
Occurs when getting the Hyperlink for the series.
StiSeries
  getListOfArgumentsEvent : StiGetListOfArgumentsEvent
Occurs when getting the list of arguments.
StiSeries
  getListOfHyperlinksEvent : StiGetListOfHyperlinksEvent
Occurs when getting the list of Hyperlinks.
StiSeries
  getListOfTagsEvent : StiGetListOfTagsEvent
Occurs when getting the list of Tags.
StiSeries
  getListOfToolTipsEvent : StiGetListOfToolTipsEvent
Occurs when getting the list of ToolTips.
StiSeries
  getListOfValuesEvent : StiGetListOfValuesEvent
Occurs when getting the list of values.
StiSeries
  getTagEvent : StiGetTagEvent
Occurs when getting the Tag for the series.
StiSeries
  getTitleEvent : StiGetTitleEvent
Occurs when getting the property Title.
StiSeries
  getToolTipEvent : StiGetToolTipEvent
Occurs when getting the ToolTip for the series.
StiSeries
  getValueEvent : StiGetValueEvent
Occurs when getting the property Value.
StiSeries
  hyperlink : StiHyperlinkExpression
Gets or sets the expression to fill a series hyperlink.
StiSeries
  hyperlinkDataColumn : String
Gets or sets a name of the column that contains the hyperlink value.
StiSeries
  hyperlinks : Vector.<String>
StiSeries
  hyperlinkString : String
StiSeries
  interaction : IStiSeriesInteraction
Gets interaction options of this series.
StiSeries
  listOfArguments : StiListOfArgumentsExpression
Gets or sets the expression to fill a list of arguments.
StiSeries
  listOfHyperlinks : StiListOfHyperlinksExpression
Gets or sets the expression to fill a list of hyperlinks.
StiSeries
  listOfTags : StiListOfTagsExpression
Gets or sets the expression to fill a list of tags.
StiSeries
  listOfToolTips : StiListOfToolTipsExpression
Gets or sets the expression to fill a list of tool tips.
StiSeries
  listOfValues : StiListOfValuesExpression
Gets or sets the expression to fill a list of values.
StiSeries
  newAutoSeriesEvent : StiNewAutoSeriesEvent
Occurs when new auto series is created.
StiSeries
  parent : StiComponent
[read-only]
StiSeries
 Inheritedproperties : StiRepositoryItems
StiService
  ref : int
StiSeries
  seriesLabels : IStiSeriesLabels
Gets or sets series labels settings.
StiSeries
  serviceCategory : String
[override] [read-only] Gets a service category.
StiSeries
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
  serviceName : String
[override] [read-only] Gets a service name.
StiSeries
  serviceType : Class
[override] [read-only] Gets a service type.
StiSeries
  showInLegend : Boolean
Gets or sets value which indicates that series must be shown in legend.
StiSeries
  showLabels : Boolean
StiSeries
  showSeriesLabels : int
Gets or sets series labels output mode.
StiSeries
  showShadow : Boolean
Gets or sets value which indicates draw shadow or no.
StiSeries
  sortBy : int
Gets or sets mode of series values sorting.
StiSeries
  sortDirection : int
Gets or sets sort direction.
StiSeries
  tag : StiTagExpression
Gets or sets the expression to fill a series tag.
StiSeries
  tagDataColumn : String
Gets or sets a name of the column that contains the tag value.
StiSeries
  tags : Vector.<Object>
StiSeries
  tagString : String
StiSeries
  title : StiTitleExpression
Gets or sets title of series.
StiSeries
  titleValue : String
Gets or sets title of series.
StiSeries
  toolTip : StiToolTipExpression
Gets or sets the expression to fill a series tooltip.
StiSeries
  toolTipDataColumn : String
Gets or sets a name of the column that contains the tool tip value.
StiSeries
  toolTips : Vector.<String>
StiSeries
  toolTipsString : String
StiSeries
  topN : IStiSeriesTopN
Gets or sets parameters of displaying top results.
StiSeries
  trendLine : IStiTrendLine
Gets or sets trend line settings.
StiSeries
  value : StiExpression
Gets or sets point value expression.
StiSeries
  valueDataColumn : String
Gets or sets a name of the column that contains the point value.
StiSeries
  values : Vector.<Number>
StiSeries
  valuesString : String
StiSeries
  yAxis : int
Gets or sets Y Axis for series on which will output string representation of arguments.
StiSeries
Public Methods
 MethodDefined By
  
StiSeries
  
clone(... parameters):Object
[override]
StiSeries
  
equals(object:Object):Boolean
[override]
StiSeries
  
getArgumentsFromString(list:String):Vector.<Object>
[static]
StiSeries
  
StiSeries
  
getNullableValuesFromString(list:String):Vector.<Number>
[static]
StiSeries
 Inherited
Get a short object type name (without library path).
StiObject
  
getStringsFromString(list:String):Vector.<String>
[static]
StiSeries
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
  
getValuesFromString(list:String):Vector.<Number>
[static]
StiSeries
  
Raises the GetArgument event.
StiSeries
  
invokeGetHyperlink(sender:Object, e:StiValueEventArgs):void
Raises the GetHyperlink event.
StiSeries
  
Raises the GetListOfArguments event.
StiSeries
  
Raises the GetListOfHyperlinks event.
StiSeries
  
Raises the GetListOfTags event.
StiSeries
  
Raises the GetListOfToolTips event.
StiSeries
  
Raises the GetListOfValues event.
StiSeries
  
invokeGetTag(sender:Object, e:StiValueEventArgs):void
Raises the GetTag event.
StiSeries
  
Raises the GetTitle event.
StiSeries
  
invokeGetToolTip(sender:Object, e:StiValueEventArgs):void
Raises the GetToolTip event.
StiSeries
  
Raises the GetValue event.
StiSeries
  
Occurs when new auto series is created.
StiSeries
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiSeries
 Inherited
StiService
  
processSeriesBrushes(pointIndex:int, seriesBrush:StiBrush):StiBrush
StiSeries
  
processSeriesColors(pointIndex:int, seriesColor:StiColor):StiColor
StiSeries
  
toString():String
StiSeries
Protected Methods
 MethodDefined By
  
baseTransform(context:Object, x:Number, y:Number, angle:Number, dx:Number, dy:Number):void
StiSeries
  
Raises the GetArgument event.
StiSeries
  
Raises the GetHyperlink event.
StiSeries
  
Raises the Arguments event.
StiSeries
  
Raises the Hyperlinks event.
StiSeries
  
Raises the GetListOfTags event.
StiSeries
  
Raises the GetListOfToolTips event.
StiSeries
  
Raises the values event.
StiSeries
  
Raises the GetTag event.
StiSeries
  
Raises the GetTitle event.
StiSeries
  
Raises the GetToolTip event.
StiSeries
  
Raises the GetValue event.
StiSeries
Property Detail
allowApplyStyleproperty
allowApplyStyle:Boolean

Gets or sets value which indicates that chart style will be used.


Implementation
    public function get allowApplyStyle():Boolean
    public function set allowApplyStyle(value:Boolean):void
allowSeriesproperty 
allowSeries:Boolean


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


Implementation
    public function get allowSeriesElements():Boolean
    public function set allowSeriesElements(value:Boolean):void
argumentproperty 
argument:StiArgumentExpression


Implementation
    public function get argument():StiArgumentExpression
    public function set argument(value:StiArgumentExpression):void
argumentDataColumnproperty 
argumentDataColumn:String

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


Implementation
    public function get argumentDataColumn():String
    public function set argumentDataColumn(value:String):void
argumentsproperty 
arguments:Vector.<Object>


Implementation
    public function get arguments():Vector.<Object>
    public function set arguments(value:Vector.<Object>):void
argumentsStringproperty 
argumentsString:String


Implementation
    public function get argumentsString():String
    public function set argumentsString(value:String):void
autoSeriesColorDataColumnproperty 
autoSeriesColorDataColumn:String

Gets or sets a name of the column that contains the color of auto created series. Color must be presented as string.


Implementation
    public function get autoSeriesColorDataColumn():String
    public function set autoSeriesColorDataColumn(value:String):void
autoSeriesKeyDataColumnproperty 
autoSeriesKeyDataColumn:String

Gets or sets a name of the column that contains the key of auto created series.


Implementation
    public function get autoSeriesKeyDataColumn():String
    public function set autoSeriesKeyDataColumn(value:String):void
autoSeriesTitleDataColumnproperty 
autoSeriesTitleDataColumn:String

Gets or sets a name of the column that contains the title of auto created series.


Implementation
    public function get autoSeriesTitleDataColumn():String
    public function set autoSeriesTitleDataColumn(value:String):void
chartproperty 
chart:IStiChart


Implementation
    public function get chart():IStiChart
    public function set chart(value:IStiChart):void
conditionsproperty 
conditions:StiChartConditionsCollection

Gets or sets collection of conditions which can be used to change behavior of series.


Implementation
    public function get conditions():StiChartConditionsCollection
    public function set conditions(value:StiChartConditionsCollection):void
coreproperty 
core:StiSeriesCoreXF


Implementation
    public function get core():StiSeriesCoreXF
    public function set core(value:StiSeriesCoreXF):void
coreTitleproperty 
coreTitle:String


Implementation
    public function get coreTitle():String
    public function set coreTitle(value:String):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
filterModeproperty 
filterMode:int

Gets or sets filter mode of series.


Implementation
    public function get filterMode():int
    public function set filterMode(value:int):void
filtersproperty 
filters:StiChartFiltersCollection

Gets or sets filters which used to filter series values.


Implementation
    public function get filters():StiChartFiltersCollection
    public function set filters(value:StiChartFiltersCollection):void
formatproperty 
format:String

Gets or sets string that is used to format series values.


Implementation
    public function get format():String
    public function set format(value:String):void
getArgumentEventproperty 
getArgumentEvent:StiGetArgumentEvent

Occurs when getting the property Argument.


Implementation
    public function get getArgumentEvent():StiGetArgumentEvent
    public function set getArgumentEvent(value:StiGetArgumentEvent):void
getHyperlinkEventproperty 
getHyperlinkEvent:StiGetHyperlinkEvent

Occurs when getting the Hyperlink for the series.


Implementation
    public function get getHyperlinkEvent():StiGetHyperlinkEvent
    public function set getHyperlinkEvent(value:StiGetHyperlinkEvent):void
getListOfArgumentsEventproperty 
getListOfArgumentsEvent:StiGetListOfArgumentsEvent

Occurs when getting the list of arguments.


Implementation
    public function get getListOfArgumentsEvent():StiGetListOfArgumentsEvent
    public function set getListOfArgumentsEvent(value:StiGetListOfArgumentsEvent):void
getListOfHyperlinksEventproperty 
getListOfHyperlinksEvent:StiGetListOfHyperlinksEvent

Occurs when getting the list of Hyperlinks.


Implementation
    public function get getListOfHyperlinksEvent():StiGetListOfHyperlinksEvent
    public function set getListOfHyperlinksEvent(value:StiGetListOfHyperlinksEvent):void
getListOfTagsEventproperty 
getListOfTagsEvent:StiGetListOfTagsEvent

Occurs when getting the list of Tags.


Implementation
    public function get getListOfTagsEvent():StiGetListOfTagsEvent
    public function set getListOfTagsEvent(value:StiGetListOfTagsEvent):void
getListOfToolTipsEventproperty 
getListOfToolTipsEvent:StiGetListOfToolTipsEvent

Occurs when getting the list of ToolTips.


Implementation
    public function get getListOfToolTipsEvent():StiGetListOfToolTipsEvent
    public function set getListOfToolTipsEvent(value:StiGetListOfToolTipsEvent):void
getListOfValuesEventproperty 
getListOfValuesEvent:StiGetListOfValuesEvent

Occurs when getting the list of values.


Implementation
    public function get getListOfValuesEvent():StiGetListOfValuesEvent
    public function set getListOfValuesEvent(value:StiGetListOfValuesEvent):void
getTagEventproperty 
getTagEvent:StiGetTagEvent

Occurs when getting the Tag for the series.


Implementation
    public function get getTagEvent():StiGetTagEvent
    public function set getTagEvent(value:StiGetTagEvent):void
getTitleEventproperty 
getTitleEvent:StiGetTitleEvent

Occurs when getting the property Title.


Implementation
    public function get getTitleEvent():StiGetTitleEvent
    public function set getTitleEvent(value:StiGetTitleEvent):void
getToolTipEventproperty 
getToolTipEvent:StiGetToolTipEvent

Occurs when getting the ToolTip for the series.


Implementation
    public function get getToolTipEvent():StiGetToolTipEvent
    public function set getToolTipEvent(value:StiGetToolTipEvent):void
getValueEventproperty 
getValueEvent:StiGetValueEvent

Occurs when getting the property Value.


Implementation
    public function get getValueEvent():StiGetValueEvent
    public function set getValueEvent(value:StiGetValueEvent):void
hyperlinkproperty 
hyperlink:StiHyperlinkExpression

Gets or sets the 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
hyperlinksproperty 
hyperlinks:Vector.<String>


Implementation
    public function get hyperlinks():Vector.<String>
    public function set hyperlinks(value:Vector.<String>):void
hyperlinkStringproperty 
hyperlinkString:String


Implementation
    public function get hyperlinkString():String
    public function set hyperlinkString(value:String):void
interactionproperty 
interaction:IStiSeriesInteraction

Gets interaction options of this series.


Implementation
    public function get interaction():IStiSeriesInteraction
    public function set interaction(value:IStiSeriesInteraction):void
listOfArgumentsproperty 
listOfArguments:StiListOfArgumentsExpression

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


Implementation
    public function get listOfArguments():StiListOfArgumentsExpression
    public function set listOfArguments(value:StiListOfArgumentsExpression):void
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
listOfValuesproperty 
listOfValues:StiListOfValuesExpression

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


Implementation
    public function get listOfValues():StiListOfValuesExpression
    public function set listOfValues(value:StiListOfValuesExpression):void
newAutoSeriesEventproperty 
newAutoSeriesEvent:StiNewAutoSeriesEvent

Occurs when new auto series is created.


Implementation
    public function get newAutoSeriesEvent():StiNewAutoSeriesEvent
    public function set newAutoSeriesEvent(value:StiNewAutoSeriesEvent):void
parentproperty 
parent:StiComponent  [read-only]


Implementation
    public function get parent():StiComponent
refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
seriesLabelsproperty 
seriesLabels:IStiSeriesLabels

Gets or sets series labels settings.


Implementation
    public function get seriesLabels():IStiSeriesLabels
    public function set seriesLabels(value:IStiSeriesLabels):void
serviceCategoryproperty 
serviceCategory:String  [read-only] [override]

Gets a service category.


Implementation
    public function get serviceCategory():String
serviceNameproperty 
serviceName:String  [read-only] [override]

Gets a service name.


Implementation
    public function get serviceName():String
serviceTypeproperty 
serviceType:Class  [read-only] [override]

Gets a service type.


Implementation
    public function get serviceType():Class
showInLegendproperty 
showInLegend:Boolean

Gets or sets value which indicates that series must be shown in legend.


Implementation
    public function get showInLegend():Boolean
    public function set showInLegend(value:Boolean):void
showLabelsproperty 
showLabels:Boolean


Implementation
    public function get showLabels():Boolean
    public function set showLabels(value:Boolean):void
showSeriesLabelsproperty 
showSeriesLabels:int

Gets or sets series labels output mode.


Implementation
    public function get showSeriesLabels():int
    public function set showSeriesLabels(value:int):void
showShadowproperty 
showShadow:Boolean

Gets or sets value which indicates draw shadow or no.


Implementation
    public function get showShadow():Boolean
    public function set showShadow(value:Boolean):void
sortByproperty 
sortBy:int

Gets or sets mode of series values sorting.


Implementation
    public function get sortBy():int
    public function set sortBy(value:int):void
sortDirectionproperty 
sortDirection:int

Gets or sets sort direction.


Implementation
    public function get sortDirection():int
    public function set sortDirection(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
tagsproperty 
tags:Vector.<Object>


Implementation
    public function get tags():Vector.<Object>
    public function set tags(value:Vector.<Object>):void
tagStringproperty 
tagString:String


Implementation
    public function get tagString():String
    public function set tagString(value:String):void
titleproperty 
title:StiTitleExpression

Gets or sets title of series.


Implementation
    public function get title():StiTitleExpression
    public function set title(value:StiTitleExpression):void
titleValueproperty 
titleValue:String

Gets or sets title of series.


Implementation
    public function get titleValue():String
    public function set titleValue(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
toolTipsproperty 
toolTips:Vector.<String>


Implementation
    public function get toolTips():Vector.<String>
    public function set toolTips(value:Vector.<String>):void
toolTipsStringproperty 
toolTipsString:String


Implementation
    public function get toolTipsString():String
    public function set toolTipsString(value:String):void
topNproperty 
topN:IStiSeriesTopN

Gets or sets parameters of displaying top results.


Implementation
    public function get topN():IStiSeriesTopN
    public function set topN(value:IStiSeriesTopN):void
trendLineproperty 
trendLine:IStiTrendLine

Gets or sets trend line settings.


Implementation
    public function get trendLine():IStiTrendLine
    public function set trendLine(value:IStiTrendLine):void
valueproperty 
value:StiExpression

Gets or sets point value expression. Example: {Order.Value}


Implementation
    public function get value():StiExpression
    public function set value(value:StiExpression):void
valueDataColumnproperty 
valueDataColumn:String

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


Implementation
    public function get valueDataColumn():String
    public function set valueDataColumn(value:String):void
valuesproperty 
values:Vector.<Number>


Implementation
    public function get values():Vector.<Number>
    public function set values(value:Vector.<Number>):void
valuesStringproperty 
valuesString:String


Implementation
    public function get valuesString():String
    public function set valuesString(value:String):void
yAxisproperty 
yAxis:int

Gets or sets Y Axis for series on which will output string representation of arguments.


Implementation
    public function get yAxis():int
    public function set yAxis(value:int):void
Constructor Detail
StiSeries()Constructor
public function StiSeries()



Method Detail
baseTransform()method
protected function baseTransform(context:Object, x:Number, y:Number, angle:Number, dx:Number, dy:Number):void

Parameters

context:Object
 
x:Number
 
y:Number
 
angle:Number
 
dx:Number
 
dy:Number

clone()method 
override public function clone(... parameters):Object

Parameters

... parameters

Returns
Object
equals()method 
override public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
getArgumentsFromString()method 
public static function getArgumentsFromString(list:String):Vector.<Object>

Parameters

list:String

Returns
Vector.<Object>
getDefaultAreaType()method 
public function getDefaultAreaType():Class

Returns
Class
getNullableValuesFromString()method 
public static function getNullableValuesFromString(list:String):Vector.<Number>

Parameters

list:String

Returns
Vector.<Number>
getStringsFromString()method 
public static function getStringsFromString(list:String):Vector.<String>

Parameters

list:String

Returns
Vector.<String>
getValuesFromString()method 
public static function getValuesFromString(list:String):Vector.<Number>

Parameters

list:String

Returns
Vector.<Number>
invokeGetArgument()method 
public function invokeGetArgument(sender:StiComponent, e:StiValueEventArgs):void

Raises the GetArgument event.

Parameters

sender:StiComponent
 
e:StiValueEventArgs

invokeGetHyperlink()method 
public function invokeGetHyperlink(sender:Object, e:StiValueEventArgs):void

Raises the GetHyperlink event.

Parameters

sender:Object
 
e:StiValueEventArgs

invokeGetListOfArguments()method 
public function invokeGetListOfArguments(sender:StiComponent, e:StiGetValueEventArgs):void

Raises the GetListOfArguments event.

Parameters

sender:StiComponent
 
e:StiGetValueEventArgs

invokeGetListOfHyperlinks()method 
public function invokeGetListOfHyperlinks(sender:StiComponent, e:StiGetValueEventArgs):void

Raises the GetListOfHyperlinks event.

Parameters

sender:StiComponent
 
e:StiGetValueEventArgs

invokeGetListOfTags()method 
public function invokeGetListOfTags(sender:StiComponent, e:StiGetValueEventArgs):void

Raises the GetListOfTags event.

Parameters

sender:StiComponent
 
e:StiGetValueEventArgs

invokeGetListOfToolTips()method 
public function invokeGetListOfToolTips(sender:StiComponent, e:StiGetValueEventArgs):void

Raises the GetListOfToolTips event.

Parameters

sender:StiComponent
 
e:StiGetValueEventArgs

invokeGetListOfValues()method 
public function invokeGetListOfValues(sender:StiComponent, e:StiGetValueEventArgs):void

Raises the GetListOfValues event.

Parameters

sender:StiComponent
 
e:StiGetValueEventArgs

invokeGetTag()method 
public function invokeGetTag(sender:Object, e:StiValueEventArgs):void

Raises the GetTag event.

Parameters

sender:Object
 
e:StiValueEventArgs

invokeGetTitle()method 
public function invokeGetTitle(sender:StiComponent, e:StiGetTitleEventArgs):void

Raises the GetTitle event.

Parameters

sender:StiComponent
 
e:StiGetTitleEventArgs

invokeGetToolTip()method 
public function invokeGetToolTip(sender:Object, e:StiValueEventArgs):void

Raises the GetToolTip event.

Parameters

sender:Object
 
e:StiValueEventArgs

invokeGetValue()method 
public function invokeGetValue(sender:StiComponent, e:StiGetValueEventArgs):void

Raises the GetValue event.

Parameters

sender:StiComponent
 
e:StiGetValueEventArgs

invokeNewAutoSeries()method 
public function invokeNewAutoSeries(e:StiNewAutoSeriesEventArgs):void

Occurs when new auto series is created.

Parameters

e:StiNewAutoSeriesEventArgs

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

Returns
Object
onGetArgument()method 
protected function onGetArgument(e:StiValueEventArgs):void

Raises the GetArgument event.

Parameters

e:StiValueEventArgs

onGetHyperlink()method 
protected function onGetHyperlink(e:StiValueEventArgs):void

Raises the GetHyperlink event.

Parameters

e:StiValueEventArgs

onGetListOfArguments()method 
protected function onGetListOfArguments(e:StiGetValueEventArgs):void

Raises the Arguments event.

Parameters

e:StiGetValueEventArgs

onGetListOfHyperlinks()method 
protected function onGetListOfHyperlinks(e:StiGetValueEventArgs):void

Raises the Hyperlinks event.

Parameters

e:StiGetValueEventArgs

onGetListOfTags()method 
protected function onGetListOfTags(e:StiGetValueEventArgs):void

Raises the GetListOfTags event.

Parameters

e:StiGetValueEventArgs

onGetListOfToolTips()method 
protected function onGetListOfToolTips(e:StiGetValueEventArgs):void

Raises the GetListOfToolTips event.

Parameters

e:StiGetValueEventArgs

onGetListOfValues()method 
protected function onGetListOfValues(e:StiGetValueEventArgs):void

Raises the values event.

Parameters

e:StiGetValueEventArgs

onGetTag()method 
protected function onGetTag(e:StiValueEventArgs):void

Raises the GetTag event.

Parameters

e:StiValueEventArgs

onGetTitle()method 
protected function onGetTitle(e:StiGetTitleEventArgs):void

Raises the GetTitle event.

Parameters

e:StiGetTitleEventArgs

onGetToolTip()method 
protected function onGetToolTip(e:StiValueEventArgs):void

Raises the GetToolTip event.

Parameters

e:StiValueEventArgs

onGetValue()method 
protected function onGetValue(e:StiGetValueEventArgs):void

Raises the GetValue event.

Parameters

e:StiGetValueEventArgs

processSeriesBrushes()method 
public function processSeriesBrushes(pointIndex:int, seriesBrush:StiBrush):StiBrush

Parameters

pointIndex:int
 
seriesBrush:StiBrush

Returns
StiBrush
processSeriesColors()method 
public function processSeriesColors(pointIndex:int, seriesColor:StiColor):StiColor

Parameters

pointIndex:int
 
seriesColor:StiColor

Returns
StiColor
toString()method 
public function toString():String

Returns
String