Click or drag to resize

StiSeriesInteraction Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Chart.StiSeriesInteraction"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.ChartStiSeriesInteraction

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiSeriesInteractionConverter))]
public class StiSeriesInteraction : IStiInteractionClass, 
	IStiReportProperty, IStiDefault, IStiSeriesInteraction, ICloneable, IStiJsonReportObject, 
	IStiPropertyGridObject

The StiSeriesInteraction type exposes the following members.

Constructors
  NameDescription
Public methodStiSeriesInteraction
Initializes a new instance of the StiSeriesInteraction class
Top
Properties
  NameDescription
Public propertyAllowSeries
Gets or sets value which indicates that the Drill-Down operation can be executed for Series.
Public propertyAllowSeriesElements
Gets or sets value which indicates that the Drill-Down operation can be executed for Series Elements.
Public propertyComponentId
Public propertyDrillDownEnabled
Gets or sets value which indicates whether the Drill-Down operation can be executed.
Public propertyDrillDownPage
Gets or sets a page for the Drill-Down operation.
Public propertyDrillDownPageGuid
Public propertyDrillDownReport
Gets or sets a path to a report for the Drill-Down operation.
Public propertyHyperlink
Gets or sets an expression to fill a series hyperlink.
Public propertyHyperlinkDataColumn
Gets or sets a name of the column that contains the hyperlink value.
Public propertyIsDefault
Public propertyListOfHyperlinks
Gets or sets the expression to fill a list of hyperlinks. Example: 1;2;3
Public propertyListOfTags
Gets or sets the expression to fill a list of tags. Example: 1;2;3
Public propertyListOfToolTips
Gets or sets the expression to fill a list of tool tips. Example: 1;2;3
Public propertyParentComponent
Public propertyPropName
Public propertyTag
Gets or sets the expression to fill a series tag.
Public propertyTagDataColumn
Gets or sets a name of the column that contains the tag value.
Public propertyToolTip
Gets or sets the expression to fill a series tooltip.
Public propertyToolTipDataColumn
Gets or sets a name of the column that contains the tool tip value.
Top
Methods
  NameDescription
Public methodClone
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEvents
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties
Public methodGetReport
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldParentSeries
Top
See Also