FractalsPainter
StockSharp.Xaml.Charting.IndicatorPainters
The chart element for Fractals.
Inherits: BaseChartIndicatorPainter<Fractals>
Constructors
Properties
Methods
Load
public override void Load(SettingsStorage storage)
fractalsPainter.Load(storage)
Load settings.
- storage
- Settings storage.
OnDraw
protected override bool OnDraw(Fractals indicator, IDictionary<IIndicator, IList<IndicatorData>> data)
result = fractalsPainter.OnDraw(indicator, data)
Save
public override void Save(SettingsStorage storage)
fractalsPainter.Save(storage)
Save settings.
- storage
- Settings storage.