Class StiSeriesInteraction
java.lang.Object
com.stimulsoft.report.chart.view.series.StiSeriesInteraction
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSeriesInteraction,IStiInteractionClass,IStiReportProperty,Cloneable
public class StiSeriesInteraction
extends Object
implements Cloneable, IStiInteractionClass, IStiReportProperty, IStiDefault, IStiSeriesInteraction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Objectclone()booleanGets or sets value which indicates that the Drill-Down operation can be executed for Series.booleanGets or sets value which indicates that the Drill-Down operation can be executed for Series Elements.booleanGets or sets value which indicates whether the Drill-Down operation can be executed.Gets or sets a page for the Drill-Down operation.final StringGets or sets a path to a report for the Drill-Down operation.Gets or sets an expression to fill a series hyperlink.final StringGets or sets a name of the column that contains the hyperlink value.booleanGets or sets the expression to fill a list of hyperlinks.Gets or sets the expression to fill a list of tags.Gets or sets the expression to fill a list of tool tips.final StiComponentGets or sets the report in which the component is located.final ObjectgetTag()Gets or sets the expression to fill a series tag.final StringGets or sets a name of the column that contains the tag value.Gets or sets the expression to fill a series tooltip.final StringGets or sets a name of the column that contains the tool tip value.booleanvoidLoadFromJsonObject(JSONObject jObject) voidsetAllowSeries(boolean value) voidsetAllowSeriesElements(boolean value) voidsetDrillDownEnabled(boolean value) voidsetDrillDownPage(StiPage value) final voidsetDrillDownPageGuid(String value) voidsetDrillDownReport(String value) voidfinal voidsetHyperlinkDataColumn(String value) voidvoidvoidvoidsetTag(StiTagExpression value) final voidsetTagDataColumn(String value) voidsetToolTip(StiToolTipExpression value) final voidsetToolTipDataColumn(String value)
-
Field Details
-
ParentSeries
-
-
Constructor Details
-
StiSeriesInteraction
public StiSeriesInteraction()
-
-
Method Details
-
GetReport
-
clone
-
getIsDefault
public boolean getIsDefault() -
getHyperlink
Gets or sets an expression to fill a series hyperlink. -
setHyperlink
-
getTag
Gets or sets the expression to fill a series tag. -
setTag
-
getToolTip
Gets or sets the expression to fill a series tooltip. -
setToolTip
-
getHyperlinkDataColumn
Gets or sets a name of the column that contains the hyperlink value. -
setHyperlinkDataColumn
-
getTagDataColumn
Gets or sets a name of the column that contains the tag value. -
setTagDataColumn
-
getToolTipDataColumn
Gets or sets a name of the column that contains the tool tip value. -
setToolTipDataColumn
-
getListOfHyperlinks
Gets or sets the expression to fill a list of hyperlinks. Example: 1;2;3 -
setListOfHyperlinks
-
getListOfTags
Gets or sets the expression to fill a list of tags. Example: 1;2;3 -
setListOfTags
-
getListOfToolTips
Gets or sets the expression to fill a list of tool tips. Example: 1;2;3 -
setListOfToolTips
-
getAllowSeries
public boolean getAllowSeries()Gets or sets value which indicates that the Drill-Down operation can be executed for Series.- Specified by:
getAllowSeriesin interfaceIStiSeriesInteraction
-
setAllowSeries
public void setAllowSeries(boolean value) - Specified by:
setAllowSeriesin interfaceIStiSeriesInteraction
-
getAllowSeriesElements
public boolean getAllowSeriesElements()Gets or sets value which indicates that the Drill-Down operation can be executed for Series Elements.- Specified by:
getAllowSeriesElementsin interfaceIStiSeriesInteraction
-
setAllowSeriesElements
public void setAllowSeriesElements(boolean value) - Specified by:
setAllowSeriesElementsin interfaceIStiSeriesInteraction
-
getDrillDownEnabled
public boolean getDrillDownEnabled()Gets or sets value which indicates whether the Drill-Down operation can be executed.- Specified by:
getDrillDownEnabledin interfaceIStiSeriesInteraction
-
setDrillDownEnabled
public void setDrillDownEnabled(boolean value) - Specified by:
setDrillDownEnabledin interfaceIStiSeriesInteraction
-
getDrillDownReport
Gets or sets a path to a report for the Drill-Down operation. -
setDrillDownReport
-
getDrillDownPage
Gets or sets a page for the Drill-Down operation. -
setDrillDownPage
-
getDrillDownPageGuid
-
setDrillDownPageGuid
-
getParentComponent
-
isDefault
public boolean isDefault()- Specified by:
isDefaultin interfaceIStiDefault
-
getReport
Description copied from interface:IStiReportPropertyGets or sets the report in which the component is located.- Specified by:
getReportin interfaceIStiReportProperty
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-