OscillatorPane
StockSharp.Xaml.Charting.Maui
A sub-pane stacked below the price chart with its own vertical scale — e.g. RSI (fixed 0..100 with 30/70 guide lines) or MACD (auto-ranged around a zero guide).
Implementa: IEquatable<OscillatorPane>
Constructores
OscillatorPane(string, IReadOnlyList<OscillatorSeries>, decimal?, decimal?, IReadOnlyList<decimal>)
A sub-pane stacked below the price chart with its own vertical scale — e.g. RSI (fixed 0..100 with 30/70 guide lines) or MACD (auto-ranged around a zero guide).
- Name
- Caption drawn at the pane's top-left.
- Series
- One or more line series to plot.
- FixedMin
- Fixed lower bound, or null to auto-range from the series.
- FixedMax
- Fixed upper bound, or null to auto-range from the series.
- Levels
- Horizontal guide levels (e.g. 30 and 70 for RSI, 0 for MACD).
Propiedades
Levels : IReadOnlyList<decimal>
Horizontal guide levels (e.g. 30 and 70 for RSI, 0 for MACD).
Series : IReadOnlyList<OscillatorSeries>
One or more line series to plot.