com.stimulsoft.report.chart.view.series
Class StiSeries

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.base.services.StiService
          extended by com.stimulsoft.report.chart.view.series.StiSeries
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiSeries, IStiSeriesParent, java.lang.Cloneable
Direct Known Subclasses:
StiBaseLineSeries, StiCandlestickSeries, StiClusteredColumnSeries, StiFunnelSeries, StiPieSeries, StiRadarSeries, StiStackedBarSeries, StiStackedBaseLineSeries, StiStackedColumnSeries

public abstract class StiSeries
extends StiService
implements IStiSeriesParent, IStiSeries, IStiJsonReportObject


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiSeries()
           
 
Method Summary
 IStiSeries clone()
          Creates a new object that is a copy of the current instance.
 boolean getAllowApplyStyle()
          Gets or sets value which indicates that chart style will be used.
 boolean getAllowSeries()
           
 boolean getAllowSeriesElements()
           
 StiArgumentExpression getArgument()
           
 java.lang.String getArgumentDataColumn()
          Gets or sets a name of the column that contains the argument value.
 java.lang.Object[] getArguments()
           
static java.lang.Object[] GetArgumentsFromString(java.lang.String list)
           
 java.lang.String getArgumentsString()
           
 java.lang.String getAutoSeriesColorDataColumn()
          Gets or sets a name of the column that contains the color of auto created series.
 java.lang.String getAutoSeriesKeyDataColumn()
          Gets or sets a name of the column that contains the key of auto created series.
 java.lang.String getAutoSeriesTitleDataColumn()
          Gets or sets a name of the column that contains the title of auto created series.
 IStiChart getChart()
           
 StiChartConditionsCollection getConditions()
          Gets or sets collection of conditions which can be used to change behavior of series.
 StiSeriesCoreXF getCore()
           
 java.lang.String getCoreTitle()
           
abstract  java.lang.Class GetDefaultAreaType()
           
 boolean getDrillDownEnabled()
          Gets or sets value which indicates whether the Drill-Down operation can be executed.
 StiPage getDrillDownPage()
          Gets or sets a page for the Drill-Down operation.
 java.lang.String getDrillDownPageGuid()
           
 java.lang.String getDrillDownReport()
          Gets or sets a path to a report for the Drill-Down operation.
 StiFilterMode getFilterMode()
          Gets or sets filter mode of series.
 StiChartFiltersCollection getFilters()
          Gets or sets filters which used to filter series values.
 java.lang.String getFormat()
          Gets or sets string that is used to format series values.
 StiGetArgumentEvent getGetArgumentEvent()
          Occurs when getting the property Argument.
 StiGetHyperlinkEvent getGetHyperlinkEvent()
          Occurs when getting the Hyperlink for the series.
 StiGetListOfArgumentsEvent getGetListOfArgumentsEvent()
          Occurs when getting the list of arguments.
 StiGetListOfHyperlinksEvent getGetListOfHyperlinksEvent()
          Occurs when getting the list of Hyperlinks.
 StiGetListOfTagsEvent getGetListOfTagsEvent()
          Occurs when getting the list of Tags.
 StiGetListOfToolTipsEvent getGetListOfToolTipsEvent()
          Occurs when getting the list of ToolTips.
 StiGetListOfValuesEvent getGetListOfValuesEvent()
          Occurs when getting the list of values.
 StiGetTagEvent getGetTagEvent()
          Occurs when getting the Tag for the series.
 StiGetTitleEvent getGetTitleEvent()
          Occurs when getting the property Title.
 StiGetToolTipEvent getGetToolTipEvent()
          Occurs when getting the ToolTip for the series.
 StiGetValueEvent getGetValueEvent()
          Occurs when getting the property Value.
 StiHyperlinkExpression getHyperlink()
          Gets or sets the expression to fill a series hyperlink.
 java.lang.String getHyperlinkDataColumn()
          Gets or sets a name of the column that contains the hyperlink value.
 java.lang.String[] getHyperlinks()
           
 java.lang.String getHyperlinkString()
           
 IStiSeriesInteraction getInteraction()
          Gets interaction options of this series.
 StiListOfArgumentsExpression getListOfArguments()
          Gets or sets the expression to fill a list of arguments.
 StiListOfHyperlinksExpression getListOfHyperlinks()
          Gets or sets the expression to fill a list of hyperlinks.
 StiListOfTagsExpression getListOfTags()
          Gets or sets the expression to fill a list of tags.
 StiListOfToolTipsExpression getListOfToolTips()
          Gets or sets the expression to fill a list of tool tips.
 StiListOfValuesExpression getListOfValues()
          Gets or sets the expression to fill a list of values.
 StiNewAutoSeriesEvent getNewAutoSeriesEvent()
          Occurs when new auto series is created.
static java.lang.Double[] GetNullableValuesFromString(java.lang.String list)
           
 StiComponent getParent()
           
 IStiSeriesLabels getSeriesLabels()
          Gets or sets series labels settings.
 java.lang.String getServiceCategory()
          Gets a service category.
 java.lang.String getServiceName()
          Gets a service name.
 java.lang.Class getServiceType()
          Gets a service type.
 boolean getShowInLegend()
          Gets or sets value which indicates that series must be shown in legend.
 boolean getShowLabels()
          Deprecated. 
 StiShowSeriesLabels getShowSeriesLabels()
          Gets or sets series labels output mode.
 boolean getShowShadow()
          Gets or sets value which indicates draw shadow or no.
 StiSeriesSortType getSortBy()
          Gets or sets mode of series values sorting.
 StiSeriesSortDirection getSortDirection()
          Gets or sets sort direction.
static java.lang.String[] GetStringsFromString(java.lang.String list)
           
 StiTagExpression getTag()
          Gets or sets the expression to fill a series tag.
 java.lang.String getTagDataColumn()
          Gets or sets a name of the column that contains the tag value.
 java.lang.Object[] getTags()
           
 java.lang.String getTagString()
           
 StiTitleExpression getTitle()
          Gets or sets title of series.
 java.lang.String getTitleValue()
          Gets or sets title of series.
 StiToolTipExpression getToolTip()
          Gets or sets the expression to fill a series tooltip.
 java.lang.String getToolTipDataColumn()
          Gets or sets a name of the column that contains the tool tip value.
 java.lang.String[] getToolTips()
           
 java.lang.String getToolTipsString()
           
 IStiSeriesTopN getTopN()
          Gets or sets parameters of displaying top results.
 IStiTrendLine getTrendLine()
          Gets or sets trend line settings.
 StiExpression getValue()
          Gets or sets point value expression.
 java.lang.String getValueDataColumn()
          Gets or sets a name of the column that contains the point value.
 java.lang.Double[] getValues()
           
static java.util.ArrayList<java.lang.Double> GetValuesFromString(java.lang.String list)
           
 java.lang.Double[] getValuesStart()
           
 java.lang.String getValuesString()
           
 StiSeriesYAxis getYAxis()
          Gets or sets Y Axis for series on which will output string representation of arguments.
 void InvokeGetArgument(StiComponent sender, StiValueEventArgs e)
          Raises the GetArgument event.
 void InvokeGetHyperlink(java.lang.Object sender, StiValueEventArgs e)
          Raises the GetHyperlink event.
 void InvokeGetListOfArguments(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfArguments event.
 void InvokeGetListOfHyperlinks(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfHyperlinks event.
 void InvokeGetListOfTags(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfTags event.
 void InvokeGetListOfToolTips(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfToolTips event.
 void InvokeGetListOfValues(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfValues event.
 void InvokeGetTag(StiComponent sender, StiValueEventArgs e)
          Raises the GetTag event.
 void InvokeGetTitle(StiComponent sender, StiGetTitleEventArgs e)
          Raises the GetTitle event.
 void InvokeGetToolTip(java.lang.Object sender, StiValueEventArgs e)
          Raises the GetToolTip event.
 void InvokeGetValue(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetValue event.
 void InvokeNewAutoSeries(StiNewAutoSeriesEventArgs e)
          Occurs when new auto series is created.
 void LoadFromJsonObject(JSONObject jObject)
           
 StiBrush ProcessSeriesBrushes(int pointIndex, StiBrush seriesBrush)
           
 StiBrush ProcessSeriesColors(int pointIndex, StiBrush seriesBrush)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setAllowApplyStyle(boolean value)
           
 void setAllowSeries(boolean value)
           
 void setAllowSeriesElements(boolean value)
           
 void setArgument(StiArgumentExpression value)
           
 void setArgumentDataColumn(java.lang.String value)
           
 void setArguments(java.lang.Object[] value)
           
 void setArgumentsString(java.lang.String value)
           
 void setAutoSeriesColorDataColumn(java.lang.String value)
           
 void setAutoSeriesKeyDataColumn(java.lang.String value)
           
 void setAutoSeriesTitleDataColumn(java.lang.String value)
           
 void setChart(IStiChart value)
           
 void setConditions(StiChartConditionsCollection value)
           
 void setCore(StiSeriesCoreXF value)
           
 void setCoreTitle(java.lang.String value)
           
 void setDrillDownEnabled(boolean value)
           
 void setDrillDownPage(StiPage value)
           
 void setDrillDownPageGuid(java.lang.String value)
           
 void setDrillDownReport(java.lang.String value)
           
 void setFilterMode(StiFilterMode value)
           
 void setFilters(StiChartFiltersCollection value)
           
 void setFormat(java.lang.String value)
           
 void setGetArgumentEvent(StiGetArgumentEvent value)
           
 void setGetHyperlinkEvent(StiGetHyperlinkEvent value)
           
 void setGetListOfArgumentsEvent(StiGetListOfArgumentsEvent value)
           
 void setGetListOfHyperlinksEvent(StiGetListOfHyperlinksEvent value)
           
 void setGetListOfTagsEvent(StiGetListOfTagsEvent value)
           
 void setGetListOfToolTipsEvent(StiGetListOfToolTipsEvent value)
           
 void setGetListOfValuesEvent(StiGetListOfValuesEvent value)
           
 void setGetTagEvent(StiGetTagEvent value)
           
 void setGetTitleEvent(StiGetTitleEvent value)
           
 void setGetToolTipEvent(StiGetToolTipEvent value)
           
 void setGetValueEvent(StiGetValueEvent value)
           
 void setHyperlink(StiHyperlinkExpression value)
           
 void setHyperlinkDataColumn(java.lang.String value)
           
 void setHyperlinks(java.lang.String[] value)
           
 void setHyperlinkString(java.lang.String value)
           
 void setInteraction(IStiSeriesInteraction value)
           
 void setListOfArguments(StiListOfArgumentsExpression value)
           
 void setListOfHyperlinks(StiListOfHyperlinksExpression value)
           
 void setListOfTags(StiListOfTagsExpression value)
           
 void setListOfToolTips(StiListOfToolTipsExpression value)
           
 void setListOfValues(StiListOfValuesExpression value)
           
 void setNewAutoSeriesEvent(StiNewAutoSeriesEvent value)
           
 void setSeriesLabels(IStiSeriesLabels value)
           
 void setShowInLegend(boolean value)
           
 void setShowLabels(boolean value)
          Deprecated. 
 void setShowSeriesLabels(StiShowSeriesLabels value)
           
 void setShowShadow(boolean value)
           
 void setSortBy(StiSeriesSortType value)
           
 void setSortDirection(StiSeriesSortDirection value)
           
 void setTag(StiTagExpression value)
           
 void setTagDataColumn(java.lang.String value)
           
 void setTags(java.lang.Object[] value)
           
 void setTagString(java.lang.String value)
           
 void setTitle(StiTitleExpression value)
           
 void setTitleValue(java.lang.String value)
           
 void setToolTip(StiToolTipExpression value)
           
 void setToolTipDataColumn(java.lang.String value)
           
 void setToolTips(java.lang.String[] value)
           
 void setToolTipsString(java.lang.String value)
           
 void setTopN(IStiSeriesTopN value)
           
 void setTrendLine(IStiTrendLine value)
           
 void setValue(StiExpression value)
           
 void setValueDataColumn(java.lang.String value)
           
 void setValues(java.lang.Double[] value)
           
 void setValuesString(java.lang.String value)
           
 void setYAxis(StiSeriesYAxis value)
           
 java.lang.String toString()
           
 
Methods inherited from class com.stimulsoft.base.services.StiService
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled
 
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StiSeries

public StiSeries()
Method Detail

clone

public IStiSeries clone()
Creates a new object that is a copy of the current instance.

Specified by:
clone in interface IStiSeries
Overrides:
clone in class StiService
Returns:
A new object that is a copy of this instance.

getParent

public final StiComponent getParent()
Specified by:
getParent in interface IStiSeriesParent

getServiceName

public java.lang.String getServiceName()
Gets a service name.

Overrides:
getServiceName in class StiService

getServiceCategory

public final java.lang.String getServiceCategory()
Gets a service category.

Overrides:
getServiceCategory in class StiService

getServiceType

public final java.lang.Class getServiceType()
Gets a service type.

Specified by:
getServiceType in class StiService

getCore

public final StiSeriesCoreXF getCore()
Specified by:
getCore in interface IStiSeries

setCore

public final void setCore(StiSeriesCoreXF value)
Specified by:
setCore in interface IStiSeries

getAllowApplyStyle

public final boolean getAllowApplyStyle()
Gets or sets value which indicates that chart style will be used.

Specified by:
getAllowApplyStyle in interface IStiSeries

setAllowApplyStyle

public final void setAllowApplyStyle(boolean value)
Specified by:
setAllowApplyStyle in interface IStiSeries

getFormat

public final java.lang.String getFormat()
Gets or sets string that is used to format series values.

Specified by:
getFormat in interface IStiSeries

setFormat

public final void setFormat(java.lang.String value)
Specified by:
setFormat in interface IStiSeries

getSortBy

public final StiSeriesSortType getSortBy()
Gets or sets mode of series values sorting.

Specified by:
getSortBy in interface IStiSeries

setSortBy

public final void setSortBy(StiSeriesSortType value)
Specified by:
setSortBy in interface IStiSeries

getSortDirection

public final StiSeriesSortDirection getSortDirection()
Gets or sets sort direction.

Specified by:
getSortDirection in interface IStiSeries

setSortDirection

public final void setSortDirection(StiSeriesSortDirection value)
Specified by:
setSortDirection in interface IStiSeries

getShowInLegend

public final boolean getShowInLegend()
Gets or sets value which indicates that series must be shown in legend.

Specified by:
getShowInLegend in interface IStiSeries

setShowInLegend

public final void setShowInLegend(boolean value)
Specified by:
setShowInLegend in interface IStiSeries

getShowLabels

@Deprecated
public final boolean getShowLabels()
Deprecated. 


setShowLabels

@Deprecated
public final void setShowLabels(boolean value)
Deprecated. 


getShowSeriesLabels

public final StiShowSeriesLabels getShowSeriesLabels()
Gets or sets series labels output mode.

Specified by:
getShowSeriesLabels in interface IStiSeries

setShowSeriesLabels

public final void setShowSeriesLabels(StiShowSeriesLabels value)
Specified by:
setShowSeriesLabels in interface IStiSeries

getShowShadow

public final boolean getShowShadow()
Gets or sets value which indicates draw shadow or no.

Specified by:
getShowShadow in interface IStiSeries

setShowShadow

public final void setShowShadow(boolean value)
Specified by:
setShowShadow in interface IStiSeries

getFilterMode

public final StiFilterMode getFilterMode()
Gets or sets filter mode of series.


setFilterMode

public final void setFilterMode(StiFilterMode value)

getFilters

public final StiChartFiltersCollection getFilters()
Gets or sets filters which used to filter series values.

Specified by:
getFilters in interface IStiSeries

setFilters

public final void setFilters(StiChartFiltersCollection value)
Specified by:
setFilters in interface IStiSeries

getConditions

public StiChartConditionsCollection getConditions()
Gets or sets collection of conditions which can be used to change behavior of series.

Specified by:
getConditions in interface IStiSeries

setConditions

public void setConditions(StiChartConditionsCollection value)
Specified by:
setConditions in interface IStiSeries

getTopN

public IStiSeriesTopN getTopN()
Gets or sets parameters of displaying top results.

Specified by:
getTopN in interface IStiSeries

setTopN

public void setTopN(IStiSeriesTopN value)
Specified by:
setTopN in interface IStiSeries

getYAxis

public final StiSeriesYAxis getYAxis()
Gets or sets Y Axis for series on which will output string representation of arguments.

Specified by:
getYAxis in interface IStiSeries

setYAxis

public final void setYAxis(StiSeriesYAxis value)
Specified by:
setYAxis in interface IStiSeries

getSeriesLabels

public final IStiSeriesLabels getSeriesLabels()
Gets or sets series labels settings.

Specified by:
getSeriesLabels in interface IStiSeries

setSeriesLabels

public final void setSeriesLabels(IStiSeriesLabels value)
Specified by:
setSeriesLabels in interface IStiSeries

getTrendLine

public IStiTrendLine getTrendLine()
Gets or sets trend line settings.


setTrendLine

public void setTrendLine(IStiTrendLine value)

getChart

public final IStiChart getChart()
Specified by:
getChart in interface IStiSeries

setChart

public final void setChart(IStiChart value)
Specified by:
setChart in interface IStiSeries

getValues

public final java.lang.Double[] getValues()
Specified by:
getValues in interface IStiSeries

setValues

public final void setValues(java.lang.Double[] value)
Specified by:
setValues in interface IStiSeries

getValueDataColumn

public java.lang.String getValueDataColumn()
Gets or sets a name of the column that contains the point value.


setValueDataColumn

public void setValueDataColumn(java.lang.String value)

getValuesString

public final java.lang.String getValuesString()

setValuesString

public final void setValuesString(java.lang.String value)

getArguments

public java.lang.Object[] getArguments()
Specified by:
getArguments in interface IStiSeries

setArguments

public void setArguments(java.lang.Object[] value)
Specified by:
setArguments in interface IStiSeries

getArgumentDataColumn

public final java.lang.String getArgumentDataColumn()
Gets or sets a name of the column that contains the argument value.


setArgumentDataColumn

public final void setArgumentDataColumn(java.lang.String value)

getArgumentsString

public final java.lang.String getArgumentsString()

setArgumentsString

public final void setArgumentsString(java.lang.String value)

getAutoSeriesTitleDataColumn

public final java.lang.String getAutoSeriesTitleDataColumn()
Gets or sets a name of the column that contains the title of auto created series.


setAutoSeriesTitleDataColumn

public final void setAutoSeriesTitleDataColumn(java.lang.String value)

getAutoSeriesKeyDataColumn

public final java.lang.String getAutoSeriesKeyDataColumn()
Gets or sets a name of the column that contains the key of auto created series.


setAutoSeriesKeyDataColumn

public final void setAutoSeriesKeyDataColumn(java.lang.String value)

getAutoSeriesColorDataColumn

public final java.lang.String getAutoSeriesColorDataColumn()
Gets or sets a name of the column that contains the color of auto created series. Color must be presented as string.


setAutoSeriesColorDataColumn

public final void setAutoSeriesColorDataColumn(java.lang.String value)

getToolTips

public java.lang.String[] getToolTips()
Specified by:
getToolTips in interface IStiSeries

setToolTips

public void setToolTips(java.lang.String[] value)
Specified by:
setToolTips in interface IStiSeries

getToolTipDataColumn

public final java.lang.String getToolTipDataColumn()
Gets or sets a name of the column that contains the tool tip value.


setToolTipDataColumn

public final void setToolTipDataColumn(java.lang.String value)

getToolTipsString

public final java.lang.String getToolTipsString()

setToolTipsString

public final void setToolTipsString(java.lang.String value)

getTags

public java.lang.Object[] getTags()
Specified by:
getTags in interface IStiSeries

setTags

public void setTags(java.lang.Object[] value)
Specified by:
setTags in interface IStiSeries

getTagDataColumn

public final java.lang.String getTagDataColumn()
Gets or sets a name of the column that contains the tag value.


setTagDataColumn

public final void setTagDataColumn(java.lang.String value)

getTagString

public final java.lang.String getTagString()

setTagString

public final void setTagString(java.lang.String value)

getHyperlinks

public java.lang.String[] getHyperlinks()
Specified by:
getHyperlinks in interface IStiSeries

setHyperlinks

public void setHyperlinks(java.lang.String[] value)
Specified by:
setHyperlinks in interface IStiSeries

getHyperlinkDataColumn

public final java.lang.String getHyperlinkDataColumn()
Gets or sets a name of the column that contains the hyperlink value.


setHyperlinkDataColumn

public final void setHyperlinkDataColumn(java.lang.String value)

getHyperlinkString

public final java.lang.String getHyperlinkString()

setHyperlinkString

public final void setHyperlinkString(java.lang.String value)

getDrillDownEnabled

public boolean getDrillDownEnabled()
Gets or sets value which indicates whether the Drill-Down operation can be executed.


setDrillDownEnabled

public void setDrillDownEnabled(boolean value)

getDrillDownReport

public java.lang.String getDrillDownReport()
Gets or sets a path to a report for the Drill-Down operation.


setDrillDownReport

public void setDrillDownReport(java.lang.String value)

getDrillDownPage

public StiPage getDrillDownPage()
Gets or sets a page for the Drill-Down operation.


setDrillDownPage

public void setDrillDownPage(StiPage value)

getDrillDownPageGuid

public final java.lang.String getDrillDownPageGuid()

setDrillDownPageGuid

public final void setDrillDownPageGuid(java.lang.String value)

getAllowSeries

public final boolean getAllowSeries()

setAllowSeries

public final void setAllowSeries(boolean value)

getAllowSeriesElements

public final boolean getAllowSeriesElements()

setAllowSeriesElements

public final void setAllowSeriesElements(boolean value)

getCoreTitle

public final java.lang.String getCoreTitle()
Specified by:
getCoreTitle in interface IStiSeries

setCoreTitle

public final void setCoreTitle(java.lang.String value)
Specified by:
setCoreTitle in interface IStiSeries

getInteraction

public IStiSeriesInteraction getInteraction()
Gets interaction options of this series.

Specified by:
getInteraction in interface IStiSeries

setInteraction

public void setInteraction(IStiSeriesInteraction value)
Specified by:
setInteraction in interface IStiSeries

ProcessSeriesColors

public final StiBrush ProcessSeriesColors(int pointIndex,
                                          StiBrush seriesBrush)
Specified by:
ProcessSeriesColors in interface IStiSeries

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

GetNullableValuesFromString

public static java.lang.Double[] GetNullableValuesFromString(java.lang.String list)

GetValuesFromString

public static java.util.ArrayList<java.lang.Double> GetValuesFromString(java.lang.String list)

GetStringsFromString

public static java.lang.String[] GetStringsFromString(java.lang.String list)

GetArgumentsFromString

public static java.lang.Object[] GetArgumentsFromString(java.lang.String list)

GetDefaultAreaType

public abstract java.lang.Class GetDefaultAreaType()
Specified by:
GetDefaultAreaType in interface IStiSeries

InvokeNewAutoSeries

public final void InvokeNewAutoSeries(StiNewAutoSeriesEventArgs e)
Occurs when new auto series is created.


getNewAutoSeriesEvent

public final StiNewAutoSeriesEvent getNewAutoSeriesEvent()
Occurs when new auto series is created.


setNewAutoSeriesEvent

public final void setNewAutoSeriesEvent(StiNewAutoSeriesEvent value)

InvokeGetValue

public void InvokeGetValue(StiComponent sender,
                           StiGetValueEventArgs e)
Raises the GetValue event.


getGetValueEvent

public final StiGetValueEvent getGetValueEvent()
Occurs when getting the property Value.


setGetValueEvent

public final void setGetValueEvent(StiGetValueEvent value)

InvokeGetListOfValues

public final void InvokeGetListOfValues(StiComponent sender,
                                        StiGetValueEventArgs e)
Raises the GetListOfValues event.


getGetListOfValuesEvent

public final StiGetListOfValuesEvent getGetListOfValuesEvent()
Occurs when getting the list of values.


setGetListOfValuesEvent

public final void setGetListOfValuesEvent(StiGetListOfValuesEvent value)

InvokeGetArgument

public void InvokeGetArgument(StiComponent sender,
                              StiValueEventArgs e)
Raises the GetArgument event.


getGetArgumentEvent

public final StiGetArgumentEvent getGetArgumentEvent()
Occurs when getting the property Argument.


setGetArgumentEvent

public final void setGetArgumentEvent(StiGetArgumentEvent value)

InvokeGetListOfArguments

public final void InvokeGetListOfArguments(StiComponent sender,
                                           StiGetValueEventArgs e)
Raises the GetListOfArguments event.


getGetListOfArgumentsEvent

public final StiGetListOfArgumentsEvent getGetListOfArgumentsEvent()
Occurs when getting the list of arguments.


setGetListOfArgumentsEvent

public final void setGetListOfArgumentsEvent(StiGetListOfArgumentsEvent value)

InvokeGetTitle

public void InvokeGetTitle(StiComponent sender,
                           StiGetTitleEventArgs e)
Raises the GetTitle event.


getGetTitleEvent

public final StiGetTitleEvent getGetTitleEvent()
Occurs when getting the property Title.


setGetTitleEvent

public final void setGetTitleEvent(StiGetTitleEvent value)

InvokeGetToolTip

public final void InvokeGetToolTip(java.lang.Object sender,
                                   StiValueEventArgs e)
Raises the GetToolTip event.

Parameters:
sender - A sender which invokes an event.
e - A parameter which contains event data.

getGetToolTipEvent

public StiGetToolTipEvent getGetToolTipEvent()
Occurs when getting the ToolTip for the series.


setGetToolTipEvent

public void setGetToolTipEvent(StiGetToolTipEvent value)

InvokeGetListOfToolTips

public final void InvokeGetListOfToolTips(StiComponent sender,
                                          StiGetValueEventArgs e)
Raises the GetListOfToolTips event.


getGetListOfToolTipsEvent

public final StiGetListOfToolTipsEvent getGetListOfToolTipsEvent()
Occurs when getting the list of ToolTips.


setGetListOfToolTipsEvent

public final void setGetListOfToolTipsEvent(StiGetListOfToolTipsEvent value)

InvokeGetTag

public final void InvokeGetTag(StiComponent sender,
                               StiValueEventArgs e)
Raises the GetTag event.

Parameters:
sender - A sender which invokes an event.
e - A parameter which contains event data.

getGetTagEvent

public StiGetTagEvent getGetTagEvent()
Occurs when getting the Tag for the series.


setGetTagEvent

public void setGetTagEvent(StiGetTagEvent value)

InvokeGetListOfTags

public final void InvokeGetListOfTags(StiComponent sender,
                                      StiGetValueEventArgs e)
Raises the GetListOfTags event.


getGetListOfTagsEvent

public final StiGetListOfTagsEvent getGetListOfTagsEvent()
Occurs when getting the list of Tags.


setGetListOfTagsEvent

public final void setGetListOfTagsEvent(StiGetListOfTagsEvent value)

InvokeGetHyperlink

public final void InvokeGetHyperlink(java.lang.Object sender,
                                     StiValueEventArgs e)
Raises the GetHyperlink event.

Parameters:
sender - A sender which invokes an event.
e - A parameter which contains event data.

getGetHyperlinkEvent

public StiGetHyperlinkEvent getGetHyperlinkEvent()
Occurs when getting the Hyperlink for the series.


setGetHyperlinkEvent

public void setGetHyperlinkEvent(StiGetHyperlinkEvent value)

InvokeGetListOfHyperlinks

public final void InvokeGetListOfHyperlinks(StiComponent sender,
                                            StiGetValueEventArgs e)
Raises the GetListOfHyperlinks event.


getGetListOfHyperlinksEvent

public final StiGetListOfHyperlinksEvent getGetListOfHyperlinksEvent()
Occurs when getting the list of Hyperlinks.


setGetListOfHyperlinksEvent

public final void setGetListOfHyperlinksEvent(StiGetListOfHyperlinksEvent value)

getValuesStart

public java.lang.Double[] getValuesStart()
Specified by:
getValuesStart in interface IStiSeries

getValue

public StiExpression getValue()
Gets or sets point value expression. Example: {Order.Value}


setValue

public void setValue(StiExpression value)

getListOfValues

public StiListOfValuesExpression getListOfValues()
Gets or sets the expression to fill a list of values. Example: 1;2;3


setListOfValues

public void setListOfValues(StiListOfValuesExpression value)

getArgument

public StiArgumentExpression getArgument()

setArgument

public void setArgument(StiArgumentExpression value)

getListOfArguments

public StiListOfArgumentsExpression getListOfArguments()
Gets or sets the expression to fill a list of arguments. Example: 1;2;3


setListOfArguments

public void setListOfArguments(StiListOfArgumentsExpression value)

getTitleValue

public java.lang.String getTitleValue()
Gets or sets title of series.


setTitleValue

public void setTitleValue(java.lang.String value)

getTitle

public StiTitleExpression getTitle()
Gets or sets title of series.


setTitle

public void setTitle(StiTitleExpression value)

getToolTip

public StiToolTipExpression getToolTip()
Gets or sets the expression to fill a series tooltip.


setToolTip

public void setToolTip(StiToolTipExpression value)

getListOfToolTips

public StiListOfToolTipsExpression getListOfToolTips()
Gets or sets the expression to fill a list of tool tips. Example: 1;2;3


setListOfToolTips

public void setListOfToolTips(StiListOfToolTipsExpression value)

getTag

public StiTagExpression getTag()
Gets or sets the expression to fill a series tag.


setTag

public void setTag(StiTagExpression value)

getListOfTags

public StiListOfTagsExpression getListOfTags()
Gets or sets the expression to fill a list of tags. Example: 1;2;3


setListOfTags

public void setListOfTags(StiListOfTagsExpression value)

getHyperlink

public StiHyperlinkExpression getHyperlink()
Gets or sets the expression to fill a series hyperlink.


setHyperlink

public void setHyperlink(StiHyperlinkExpression value)

getListOfHyperlinks

public StiListOfHyperlinksExpression getListOfHyperlinks()
Gets or sets the expression to fill a list of hyperlinks. Example: 1;2;3


setListOfHyperlinks

public void setListOfHyperlinks(StiListOfHyperlinksExpression value)

SaveToJsonObject

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Specified by:
SaveToJsonObject in interface IStiJsonReportObject
Throws:
JSONException

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
Specified by:
LoadFromJsonObject in interface IStiJsonReportObject
Throws:
JSONException

ProcessSeriesBrushes

public StiBrush ProcessSeriesBrushes(int pointIndex,
                                     StiBrush seriesBrush)
Specified by:
ProcessSeriesBrushes in interface IStiSeries