HitTestInfo Structure Members
The following tables list the members exposed by HitTestInfo.
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | Empty | Gets special value which represents a HitTestInfo instance without data. |
Public Properties
Name | Description | |
---|---|---|
![]() | CloseValue | Gets or sets the Close-Value at the hit-test site. |
![]() | DataSeriesIndex | Gets or sets the DataSeriesIndex at the hit-test site. |
![]() | DataSeriesName | Gets or sets the Name of the SciChart.Charting.Model.DataSeries.IDataSeries which was hit. |
![]() | DataSeriesType | Provides information about the type of SciChart.Charting.Model.DataSeries.IDataSeries that was hit tested. |
![]() | ErrorHigh | Gets or sets the Error High value at the hit-test site. |
![]() | ErrorLow | Gets or sets the Error Low value at the hit-test site. |
![]() | HeatmapValue | Gets or sets the value at the hit-test site, found at [HeatmapXIndex, HeatmapYIndex]. |
![]() | HeatmapXIndex | Gets or sets the XIndex at the hit-test site. |
![]() | HeatmapYIndex | Gets or sets the YIndex at the hit-test site. |
![]() | HighValue | Gets or sets the High-Value at the hit-test site. |
![]() | HitTestPoint | Gets or sets a point snapped to the X-Y value of the series. |
![]() | IsHit | Gets or sets whether the HitTest operation was a hit or not. |
![]() | IsVerticalHit | Gets or sets whether the HitTest operation was a hit at X or not. |
![]() | IsWithinDataBounds | Gets or sets whether the input point is between first and last series point or not. |
![]() | LowerQuartile | Gets or sets the LowerQuartile-Value at the hit-test site. |
![]() | LowValue | Gets or sets the Low-Value at the hit-test site. |
![]() | Maximum | Gets or sets the Maximum-Value at the hit-test site. |
![]() | Median | Gets or sets the Median-Value at the hit-test site. |
![]() | Metadata | Gets or sets SciChart.Charting.Model.DataSeries.IPointMetadata for the data point at the hit-test site. |
![]() | Minimum | Gets or sets the Minimum-Value at the hit-test site. |
![]() | OpenValue | Gets or sets the Open-Value at the hit-test site. |
![]() | Percentage | Returns a value showing which part of the accumulated data in StackedColumnRenderableSeries occupies the data point at the hit-test site. |
![]() | UpperQuartile | Gets or sets the UpperQuartile-Value at the hit-test site. |
![]() | X1Value | Gets or sets the X1-Value at the hit-test site. |
![]() | XValue | Gets or sets the X-Value at the hit-test site. |
![]() | Y1HitTestPoint | Gets or sets a point snapped to the X-Y1 series. |
![]() | Y1Value | Gets or sets the Y1-Value at the hit-test site. |
![]() | YValue | Gets or sets the Y-Value at the hit-test site. |
![]() | ZValue | Gets or sets the Z-value at the hit-test site. |
Public Methods
Name | Description | |
---|---|---|
![]() | IsEmpty | Returns the value, indicating whether current instance of HitTestInfo is empty. |
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