BoxPlotSeriesHitTestProvider Class Members
The following tables list the members exposed by BoxPlotSeriesHitTestProvider.
Public Constructors
Name | Description | |
---|---|---|
![]() | BoxPlotSeriesHitTestProvider Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | RenderableSeries | Gets the renderable series instance associated to the DefaultHitTestProvider<TRenderableSeries> (Inherited from SciChart.Charting.Visuals.RenderableSeries.HitTesters.DefaultHitTestProvider<FastBoxPlotRenderableSeries>) |
Public Methods
Name | Description | |
---|---|---|
![]() | HitTest | Overloaded. Performs a hit-test at the specific mouse point (X,Y coordinate on the parent SciChart.Charting.Visuals.SciChartSurface) with the default HitTestRadius, returning a SciChart.Charting.Visuals.RenderableSeries.HitTestInfo struct with the results (Inherited from SciChart.Charting.Visuals.RenderableSeries.HitTesters.DefaultHitTestProvider<FastBoxPlotRenderableSeries>) |
![]() | VerticalSliceHitTest | Performs a hit-test at the specific mouse point with zero hit-test radius. Method considers only X value and returns a SciChart.Charting.Visuals.RenderableSeries.HitTestInfo struct based on the data point with the closest X value (Inherited from SciChart.Charting.Visuals.RenderableSeries.HitTesters.DefaultHitTestProvider<FastBoxPlotRenderableSeries>) |
Protected Methods
Top
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also