Click or drag to resize

StiChartInteractionHelperGetInteraction Method

Returns IStiGeomInteraction object for specified chart at specified x and y location.

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static IStiGeomInteraction GetInteraction(
	StiChart chart,
	RectangleD chartRect,
	float x,
	float y,
	out StiCellGeom chartGeom,
	float zoom,
	Type typeNotUse = null
)

Parameters

chart
Type: Stimulsoft.Report.ChartStiChart

[Missing <param name="chart"/> documentation for "M:Stimulsoft.Report.Engine.StiChartInteractionHelper.GetInteraction(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Base.Drawing.RectangleD,System.Single,System.Single,Stimulsoft.Report.Chart.StiCellGeom@,System.Single,System.Type)"]

chartRect
Type: Stimulsoft.Base.DrawingRectangleD

[Missing <param name="chartRect"/> documentation for "M:Stimulsoft.Report.Engine.StiChartInteractionHelper.GetInteraction(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Base.Drawing.RectangleD,System.Single,System.Single,Stimulsoft.Report.Chart.StiCellGeom@,System.Single,System.Type)"]

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:Stimulsoft.Report.Engine.StiChartInteractionHelper.GetInteraction(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Base.Drawing.RectangleD,System.Single,System.Single,Stimulsoft.Report.Chart.StiCellGeom@,System.Single,System.Type)"]

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:Stimulsoft.Report.Engine.StiChartInteractionHelper.GetInteraction(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Base.Drawing.RectangleD,System.Single,System.Single,Stimulsoft.Report.Chart.StiCellGeom@,System.Single,System.Type)"]

chartGeom
Type: Stimulsoft.Report.ChartStiCellGeom

[Missing <param name="chartGeom"/> documentation for "M:Stimulsoft.Report.Engine.StiChartInteractionHelper.GetInteraction(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Base.Drawing.RectangleD,System.Single,System.Single,Stimulsoft.Report.Chart.StiCellGeom@,System.Single,System.Type)"]

zoom
Type: SystemSingle

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Report.Engine.StiChartInteractionHelper.GetInteraction(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Base.Drawing.RectangleD,System.Single,System.Single,Stimulsoft.Report.Chart.StiCellGeom@,System.Single,System.Type)"]

typeNotUse (Optional)
Type: SystemType

[Missing <param name="typeNotUse"/> documentation for "M:Stimulsoft.Report.Engine.StiChartInteractionHelper.GetInteraction(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Base.Drawing.RectangleD,System.Single,System.Single,Stimulsoft.Report.Chart.StiCellGeom@,System.Single,System.Type)"]

Return Value

Type: IStiGeomInteraction

[Missing <returns> documentation for "M:Stimulsoft.Report.Engine.StiChartInteractionHelper.GetInteraction(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Base.Drawing.RectangleD,System.Single,System.Single,Stimulsoft.Report.Chart.StiCellGeom@,System.Single,System.Type)"]

See Also