Click or drag to resize

IStiSeriesInteraction Interface

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

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public interface IStiSeriesInteraction : ICloneable, 
	IStiJsonReportObject

The IStiSeriesInteraction type exposes the following members.

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 propertyDrillDownEnabled
Gets or sets value which indicates whether the Drill-Down operation can be executed.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodLoadFromJsonObject (Inherited from IStiJsonReportObject.)
Public methodSaveToJsonObject (Inherited from IStiJsonReportObject.)
Top
See Also