HitTestInfo

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Provides information on a series hit test operation, see Boolean) for more information

Properties

CloseValue : IComparable

Gets or sets the Close-Value at the hit-test site

DataSeriesIndex : int

Gets or sets the DataSeriesIndex a the hit-test site

DataSeriesName : string

Gets or sets the Name of the IDataSeries which was hit

DataSeriesType : DataSeriesType

Provides information about the type of IDataSeries that was hit tested

ErrorHigh : IComparable

Gets or sets the Error High value at the hit-test site

ErrorLow : IComparable

Gets or sets the Error Low value at the hit-test site

HighValue : IComparable

Gets or sets the High-Value at the hit-test site

HitTestPoint : Point

Gets or sets a point snapped to the X-Y value of the series

IsHit : bool

Gets or sets whether the HitTest operation was a hit or not

IsVerticalHit : bool

Gets or sets whether the HitTest operation was a hit at X or not

IsWithinDataBounds : bool

Gets or sets whether the input point is between first and last series point or not

Level : CandlePriceLevel

Level value for TimeframeSegmentDataSeries.

LowerQuartile : IComparable

Gets or sets the LowerQuartile-Value at the hit-test site

LowValue : IComparable

Gets or sets the Low-Value at the hit-test site

Maximum : IComparable

Gets or sets the Maximum-Value at the hit-test site

Median : IComparable

Gets or sets the Median-Value at the hit-test site

Minimum : IComparable

Gets or sets the Minimum-Value at the hit-test site

OpenValue : IComparable

Gets or sets the Open-Value at the hit-test site

Transaction : TransactionData

Transaction data for TransactionDataSeries.

UpperQuartile : IComparable

Gets or sets the UpperQuartile-Value at the hit-test site

XValue : IComparable

Gets or sets the X Value at the hit-test site

Y1HitTestPoint : Point

Gets or sets a point snapped to the X-Y1 series

Y1Value : IComparable

Gets or sets the Y1-Value at the hit-test site

YValue : IComparable

Gets or sets the Y-Value at the hit-test site

ZValue : IComparable

Gets or sets the Z-value at the hit-test site

Methods

IsEmpty() : bool

Returns the value, indicating whether current instance of HitTestInfo is empty

Fields

Empty : HitTestInfo

Gets special value which represents a HitTestInfo instance without data