Click or drag to resize

StiIndicatorElementMouseOverHelperGetMouseOverPoint Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiIndicatorElementMouseOverHelper.GetMouseOverPoint(Stimulsoft.Report.Dashboard.IStiIndicatorElement,System.Boolean)"]

Namespace:  Stimulsoft.Report.Dashboard.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Nullable<PointD> GetMouseOverPoint(
	IStiIndicatorElement indicator,
	bool useZoom = false
)

Parameters

indicator
Type: Stimulsoft.Report.DashboardIStiIndicatorElement

[Missing <param name="indicator"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiIndicatorElementMouseOverHelper.GetMouseOverPoint(Stimulsoft.Report.Dashboard.IStiIndicatorElement,System.Boolean)"]

useZoom (Optional)
Type: SystemBoolean

[Missing <param name="useZoom"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiIndicatorElementMouseOverHelper.GetMouseOverPoint(Stimulsoft.Report.Dashboard.IStiIndicatorElement,System.Boolean)"]

Return Value

Type: NullablePointD

[Missing <returns> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiIndicatorElementMouseOverHelper.GetMouseOverPoint(Stimulsoft.Report.Dashboard.IStiIndicatorElement,System.Boolean)"]

See Also