Click or drag to resize

StiDashboardInteraction Class

This is a base class which describes properties and methods to work with an element interactifity.
Inheritance Hierarchy

Namespace:  Stimulsoft.Dashboard.Interactions
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiDashboardInteractionConverter))]
public abstract class StiDashboardInteraction : IStiDashboardInteraction, 
	ICloneable, IStiDefault, IStiJsonReportObject

The StiDashboardInteraction type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDrillDownPageKey
Describes a key of the dashboard page which should be opened.
Public propertyDrillDownParameters
Describes a list of drillDownParameters.
Public propertyHyperlink
Describes an URI pattern which is used to create final URL.
Public propertyHyperlinkDestination
Describes a destination where new tab should be opened.
Public propertyIdent
ID code of this interaction. Used in JSON saving.
Public propertyIsDefault
Public propertyOnClick
Describes an interactive action for the click event of an element.
Public propertyOnHover
Describes an interactive action for the hover event of an element.
Public propertyToolTip
Describes a text for the tooltip.
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 methodGetDrillDownParameters
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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 methodSetDrillDownParameters
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also