BandSeriesInfo
StockSharp.Xaml.Charting
提供包含 Xyy 系列信息的 ViewModel 信息
继承自: SeriesInfo
构造函数
BandSeriesInfo
public BandSeriesInfo(IRenderableSeries rSeries, HitTestInfo hitTestInfo)
bandSeriesInfo = BandSeriesInfo(rSeries, hitTestInfo)
初始化了 & ##BandSeriesInfo+# 类的新实例 。
- rSeries
- IRenderableSeries.
- hitTestInfo
属性
FormattedY1Value
public string FormattedY1Value { get; }
value = bandSeriesInfo.FormattedY1Value
获得格式化的 Y1 Value 。
IsFirstSeries
public bool IsFirstSeries { get; set; }
value = bandSeriesInfo.IsFirstSeries
bandSeriesInfo.IsFirstSeries = value
获取或设置值, 表示这是 FastBandRenderableSeries 的上行还是下行
Xy1Coordinate
public Point Xy1Coordinate { get; set; }
value = bandSeriesInfo.Xy1Coordinate
bandSeriesInfo.Xy1Coordinate = value
获取或设置正在检查的数据点的像素中的 xy 坐标(用于 FastBandRenderableSeries 系列)
Y1Value
public IComparable Y1Value { get; set; }
value = bandSeriesInfo.Y1Value
bandSeriesInfo.Y1Value = value
获取或设置在 FastBandRenderableSeries 中使用的 Y1 值 。