StiChartElementInteractionHelper Class

Namespace: Stimulsoft.Dashboard.Drawing.Helpers

Methods

Method Returns Description
GetInteraction static IStiGeomInteraction Returns IStiGeomInteraction object for specified chart at specified x and y location.
GetInteractionTooltipAbsolutePoint static StiInteractionToolTipPointOptions  
GetInteractions static List<IStiGeomInteraction>  
GetSeriesElementGeomsIsSelected static List<IStiSeriesElement>  
ResetChartGeomCache static void Resets all chart geom cache settings.
ResetSeriesElementGeomsSelection static void  

Method Details

GetInteraction static

GetInteraction(chart: StiChart, chartElement: StiChartElement, 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)
  • chartElement (StiChartElement)
  • chartRect (RectangleD)
  • x (float)
  • y (float)
  • chartGeom (StiCellGeom)
  • zoom (float)
  • typeNotUse (Type)

Returns IStiGeomInteraction


GetInteractionTooltipAbsolutePoint static

GetInteractionTooltipAbsolutePoint(cellGeom: StiCellGeom, chart: StiChart, chartElement: StiChartElement, chartRect: RectangleD, zoom: float): StiInteractionToolTipPointOptions

Parameters

  • cellGeom (StiCellGeom)
  • chart (StiChart)
  • chartElement (StiChartElement)
  • chartRect (RectangleD)
  • zoom (float)

Returns StiInteractionToolTipPointOptions


GetInteractions static

GetInteractions(chart: StiChart, chartElement: StiChartElement, chartRect: RectangleD, x: float, y: float, chartGeom: StiCellGeom, zoom: float, typeNotUse: Type): List<IStiGeomInteraction>

Parameters

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

Returns List<IStiGeomInteraction>


GetSeriesElementGeomsIsSelected static

GetSeriesElementGeomsIsSelected(chart: StiChart, chartElement: StiChartElement, chartRect: RectangleD, zoom: float): List<IStiSeriesElement>

Parameters

Returns List<IStiSeriesElement>


ResetChartGeomCache static

ResetChartGeomCache(): void

Resets all chart geom cache settings.


ResetSeriesElementGeomsSelection static

ResetSeriesElementGeomsSelection(chart: StiChart, chartElement: StiChartElement, chartRect: RectangleD, zoom: float): void

Parameters