HitTestInfo

StockSharp.Xaml.Charting.Visuals.RenderableSeries

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

Properties

CloseValue
public IComparable CloseValue { get; set; }
value = hitTestInfo.CloseValue
hitTestInfo.CloseValue = value

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

DataSeriesIndex
public int DataSeriesIndex { get; set; }
value = hitTestInfo.DataSeriesIndex
hitTestInfo.DataSeriesIndex = value

Gets or sets the DataSeriesIndex a the hit-test site

DataSeriesName
public string DataSeriesName { get; set; }
value = hitTestInfo.DataSeriesName
hitTestInfo.DataSeriesName = value

Gets or sets the Name of the IDataSeries which was hit

DataSeriesType
public DataSeriesType DataSeriesType { get; set; }
value = hitTestInfo.DataSeriesType
hitTestInfo.DataSeriesType = value

Provides information about the type of IDataSeries that was hit tested

ErrorHigh
public IComparable ErrorHigh { get; set; }
value = hitTestInfo.ErrorHigh
hitTestInfo.ErrorHigh = value

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

ErrorLow
public IComparable ErrorLow { get; set; }
value = hitTestInfo.ErrorLow
hitTestInfo.ErrorLow = value

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

HighValue
public IComparable HighValue { get; set; }
value = hitTestInfo.HighValue
hitTestInfo.HighValue = value

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

HitTestPoint
public Point HitTestPoint { get; set; }
value = hitTestInfo.HitTestPoint
hitTestInfo.HitTestPoint = value

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

IsHit
public bool IsHit { get; set; }
value = hitTestInfo.IsHit
hitTestInfo.IsHit = value

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

IsVerticalHit
public bool IsVerticalHit { get; set; }
value = hitTestInfo.IsVerticalHit
hitTestInfo.IsVerticalHit = value

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

IsWithinDataBounds
public bool IsWithinDataBounds { get; set; }
value = hitTestInfo.IsWithinDataBounds
hitTestInfo.IsWithinDataBounds = value

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

Level
public CandlePriceLevel Level { get; set; }
value = hitTestInfo.Level
hitTestInfo.Level = value

Level value for TimeframeSegmentDataSeries.

LowerQuartile
public IComparable LowerQuartile { get; set; }
value = hitTestInfo.LowerQuartile
hitTestInfo.LowerQuartile = value

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

LowValue
public IComparable LowValue { get; set; }
value = hitTestInfo.LowValue
hitTestInfo.LowValue = value

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

Maximum
public IComparable Maximum { get; set; }
value = hitTestInfo.Maximum
hitTestInfo.Maximum = value

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

Median
public IComparable Median { get; set; }
value = hitTestInfo.Median
hitTestInfo.Median = value

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

Minimum
public IComparable Minimum { get; set; }
value = hitTestInfo.Minimum
hitTestInfo.Minimum = value

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

OpenValue
public IComparable OpenValue { get; set; }
value = hitTestInfo.OpenValue
hitTestInfo.OpenValue = value

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

Persentage
public double Persentage { get; set; }
value = hitTestInfo.Persentage
hitTestInfo.Persentage = value
Transaction
public TransactionData Transaction { get; set; }
value = hitTestInfo.Transaction
hitTestInfo.Transaction = value

Transaction data for TransactionDataSeries.

UpperQuartile
public IComparable UpperQuartile { get; set; }
value = hitTestInfo.UpperQuartile
hitTestInfo.UpperQuartile = value

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

XValue
public IComparable XValue { get; set; }
value = hitTestInfo.XValue
hitTestInfo.XValue = value

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

Y1HitTestPoint
public Point Y1HitTestPoint { get; set; }
value = hitTestInfo.Y1HitTestPoint
hitTestInfo.Y1HitTestPoint = value

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

Y1Value
public IComparable Y1Value { get; set; }
value = hitTestInfo.Y1Value
hitTestInfo.Y1Value = value

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

YValue
public IComparable YValue { get; set; }
value = hitTestInfo.YValue
hitTestInfo.YValue = value

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

ZValue
public IComparable ZValue { get; set; }
value = hitTestInfo.ZValue
hitTestInfo.ZValue = value

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

Methods

IsEmpty
public bool IsEmpty()
result = hitTestInfo.IsEmpty()

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

Fields

Empty
public static readonly HitTestInfo Empty
value = HitTestInfo.Empty

Gets special value which represents a HitTestInfo instance without data