StiChartInteractionHelper Class

Namespace: Stimulsoft.Report.Engine

Class helps work with chart interactions.

Methods

Method Returns Description
GetInteraction static IStiGeomInteraction Returns IStiGeomInteraction object for specified chart at specified x and y location.
ProcessChart static void  
ResetChartGeomCache static void Resets all chart geom cache settings.

Method Details

GetInteraction static

GetInteraction(chart: StiChart, chartRect: RectangleD, x: float, y: float, chartGeom: StiCellGeom, zoom: float, typeNotUse: Type): IStiGeomInteraction

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

Parameters

  • chart (StiChart)
  • chartRect (RectangleD)
  • x (float)
  • y (float)
  • chartGeom (StiCellGeom)
  • zoom (float)
  • typeNotUse (Type)

Returns IStiGeomInteraction


ProcessChart static

ProcessChart(masterChart: StiChart, childChart: StiChart): void

Parameters


ResetChartGeomCache static

ResetChartGeomCache(): void

Resets all chart geom cache settings.