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 Details

    • ParentSeries

      public StiSeries ParentSeries
  • Constructor Details

    • StiSeriesInteraction

      public StiSeriesInteraction()
  • Method Details

    • GetReport

      public final Object GetReport()
    • clone

      public final Object clone()
      Overrides:
      clone in class Object
    • getIsDefault

      public boolean getIsDefault()
    • getHyperlink

      public StiHyperlinkExpression getHyperlink()
      Gets or sets an expression to fill a series hyperlink.
    • setHyperlink

      public void setHyperlink(StiHyperlinkExpression value)
    • getTag

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

      public void setTag(StiTagExpression value)
    • getToolTip

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

      public void setToolTip(StiToolTipExpression value)
    • getHyperlinkDataColumn

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

      public final void setHyperlinkDataColumn(String value)
    • getTagDataColumn

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

      public final void setTagDataColumn(String value)
    • getToolTipDataColumn

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

      public final void setToolTipDataColumn(String 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)
    • 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)
    • 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)
    • getAllowSeries

      public boolean getAllowSeries()
      Gets or sets value which indicates that the Drill-Down operation can be executed for Series.
      Specified by:
      getAllowSeries in interface IStiSeriesInteraction
    • setAllowSeries

      public void setAllowSeries(boolean value)
      Specified by:
      setAllowSeries in interface IStiSeriesInteraction
    • getAllowSeriesElements

      public boolean getAllowSeriesElements()
      Gets or sets value which indicates that the Drill-Down operation can be executed for Series Elements.
      Specified by:
      getAllowSeriesElements in interface IStiSeriesInteraction
    • setAllowSeriesElements

      public void setAllowSeriesElements(boolean value)
      Specified by:
      setAllowSeriesElements in interface IStiSeriesInteraction
    • getDrillDownEnabled

      public boolean getDrillDownEnabled()
      Gets or sets value which indicates whether the Drill-Down operation can be executed.
      Specified by:
      getDrillDownEnabled in interface IStiSeriesInteraction
    • setDrillDownEnabled

      public void setDrillDownEnabled(boolean value)
      Specified by:
      setDrillDownEnabled in interface IStiSeriesInteraction
    • getDrillDownReport

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

      public void setDrillDownReport(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 String getDrillDownPageGuid()
    • setDrillDownPageGuid

      public final void setDrillDownPageGuid(String value)
    • getParentComponent

      public final StiComponent getParentComponent()
    • isDefault

      public boolean isDefault()
      Specified by:
      isDefault in interface IStiDefault
    • getReport

      public StiReport getReport()
      Description copied from interface: IStiReportProperty
      Gets or sets the report in which the component is located.
      Specified by:
      getReport in interface IStiReportProperty
    • 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