BandSeriesInfo

StockSharp.Xaml.Charting

Provides a ViewModel containing info about an Xyy series

Inherits: SeriesInfo

Constructors

BandSeriesInfo
public BandSeriesInfo(IRenderableSeries rSeries, HitTestInfo hitTestInfo)
bandSeriesInfo = BandSeriesInfo(rSeries, hitTestInfo)

Initializes a new instance of the BandSeriesInfo class.

rSeries
The IRenderableSeries.
hitTestInfo

Properties

FormattedY1Value
public string FormattedY1Value { get; }
value = bandSeriesInfo.FormattedY1Value

Gets a formatted Y1Value.

IsFirstSeries
public bool IsFirstSeries { get; set; }
value = bandSeriesInfo.IsFirstSeries
bandSeriesInfo.IsFirstSeries = value

Gets or sets value indicates whether this is Up or Down line of the FastBandRenderableSeries

Xy1Coordinate
public Point Xy1Coordinate { get; set; }
value = bandSeriesInfo.Xy1Coordinate
bandSeriesInfo.Xy1Coordinate = value

Gets or sets the xy coordinate in pixels of the data-point being inspected (for FastBandRenderableSeries series)

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

Gets or sets the Y1 value, which is used in the FastBandRenderableSeries.