RelativeVigorIndexPainter
StockSharp.Xaml.Charting.IndicatorPainters
RelativeVigorIndex的图表元素.
继承自: BaseChartIndicatorPainter<RelativeVigorIndex>
构造函数
RelativeVigorIndexPainter
public RelativeVigorIndexPainter()
relativeVigorIndexPainter = RelativeVigorIndexPainter()
创建实例 。
属性
方法
Load
public override void Load(SettingsStorage storage)
relativeVigorIndexPainter.Load(storage)
装入设置 。
- storage
- 设置存储 。
OnDraw
protected override bool OnDraw(RelativeVigorIndex indicator, IDictionary<IIndicator, IList<IndicatorData>> data)
result = relativeVigorIndexPainter.OnDraw(indicator, data)
Save
public override void Save(SettingsStorage storage)
relativeVigorIndexPainter.Save(storage)
保存设置 。
- storage
- 设置存储 。