Package com.stimulsoft.report.engine
Class StiChartInteractionHelper
java.lang.Object
com.stimulsoft.report.engine.StiChartInteractionHelper
Class helps work with chart interactions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IStiGeomInteractionGetInteraction(StiChart chart, StiRectangle chartRect, float x, float y, StiRefObject<StiCellGeom> chartGeom, float zoom) Returns IStiGeomInteraction object for specified chart at specified x and y location.static voidProcessChart(StiChart masterChart, StiChart childChart) static voidResets all chart geom cache settings.
-
Constructor Details
-
StiChartInteractionHelper
public StiChartInteractionHelper()
-
-
Method Details
-
ProcessChart
-
GetInteraction
public static IStiGeomInteraction GetInteraction(StiChart chart, StiRectangle chartRect, float x, float y, StiRefObject<StiCellGeom> chartGeom, float zoom) Returns IStiGeomInteraction object for specified chart at specified x and y location. -
ResetChartGeomCache
public static void ResetChartGeomCache()Resets all chart geom cache settings.
-