HitTestInfo
Provides information on a series hit test operation, see Boolean) for more information
Properties
public IComparable CloseValue { get; set; }
value = hitTestInfo.CloseValue
hitTestInfo.CloseValue = value
Gets or sets the Close-Value at the hit-test site
public int DataSeriesIndex { get; set; }
value = hitTestInfo.DataSeriesIndex
hitTestInfo.DataSeriesIndex = value
Gets or sets the DataSeriesIndex a the hit-test site
public string DataSeriesName { get; set; }
value = hitTestInfo.DataSeriesName
hitTestInfo.DataSeriesName = value
Gets or sets the Name of the IDataSeries which was hit
public DataSeriesType DataSeriesType { get; set; }
value = hitTestInfo.DataSeriesType
hitTestInfo.DataSeriesType = value
Provides information about the type of IDataSeries that was hit tested
public IComparable ErrorHigh { get; set; }
value = hitTestInfo.ErrorHigh
hitTestInfo.ErrorHigh = value
Gets or sets the Error High value at the hit-test site
public IComparable ErrorLow { get; set; }
value = hitTestInfo.ErrorLow
hitTestInfo.ErrorLow = value
Gets or sets the Error Low value at the hit-test site
public IComparable HighValue { get; set; }
value = hitTestInfo.HighValue
hitTestInfo.HighValue = value
Gets or sets the High-Value at the hit-test site
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
public bool IsHit { get; set; }
value = hitTestInfo.IsHit
hitTestInfo.IsHit = value
Gets or sets whether the HitTest operation was a hit or not
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
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
public CandlePriceLevel Level { get; set; }
value = hitTestInfo.Level
hitTestInfo.Level = value
Level value for TimeframeSegmentDataSeries.
public IComparable LowerQuartile { get; set; }
value = hitTestInfo.LowerQuartile
hitTestInfo.LowerQuartile = value
Gets or sets the LowerQuartile-Value at the hit-test site
public IComparable LowValue { get; set; }
value = hitTestInfo.LowValue
hitTestInfo.LowValue = value
Gets or sets the Low-Value at the hit-test site
public IComparable Maximum { get; set; }
value = hitTestInfo.Maximum
hitTestInfo.Maximum = value
Gets or sets the Maximum-Value at the hit-test site
public IComparable Median { get; set; }
value = hitTestInfo.Median
hitTestInfo.Median = value
Gets or sets the Median-Value at the hit-test site
public IComparable Minimum { get; set; }
value = hitTestInfo.Minimum
hitTestInfo.Minimum = value
Gets or sets the Minimum-Value at the hit-test site
public IComparable OpenValue { get; set; }
value = hitTestInfo.OpenValue
hitTestInfo.OpenValue = value
Gets or sets the Open-Value at the hit-test site
public double Persentage { get; set; }
value = hitTestInfo.Persentage
hitTestInfo.Persentage = value
public TransactionData Transaction { get; set; }
value = hitTestInfo.Transaction
hitTestInfo.Transaction = value
Transaction data for TransactionDataSeries.
public IComparable UpperQuartile { get; set; }
value = hitTestInfo.UpperQuartile
hitTestInfo.UpperQuartile = value
Gets or sets the UpperQuartile-Value at the hit-test site
public IComparable XValue { get; set; }
value = hitTestInfo.XValue
hitTestInfo.XValue = value
Gets or sets the X Value at the hit-test site
public Point Y1HitTestPoint { get; set; }
value = hitTestInfo.Y1HitTestPoint
hitTestInfo.Y1HitTestPoint = value
Gets or sets a point snapped to the X-Y1 series
public IComparable Y1Value { get; set; }
value = hitTestInfo.Y1Value
hitTestInfo.Y1Value = value
Gets or sets the Y1-Value at the hit-test site
public IComparable YValue { get; set; }
value = hitTestInfo.YValue
hitTestInfo.YValue = value
Gets or sets the Y-Value at the hit-test site
public IComparable ZValue { get; set; }
value = hitTestInfo.ZValue
hitTestInfo.ZValue = value
Gets or sets the Z-value at the hit-test site
Methods
public bool IsEmpty()
result = hitTestInfo.IsEmpty()
Returns the value, indicating whether current instance of HitTestInfo is empty
Fields
public static readonly HitTestInfo Empty
value = HitTestInfo.Empty
Gets special value which represents a HitTestInfo instance without data