Interface IChartVolatilitySmileElement
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.dll
The chart element representing a volatility smile.
public interface IChartVolatilitySmileElement : IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
- Inherited Members
- Extension Methods
Properties
Smile
Line that displays approximated volatility smile.
IChartLineElement Smile { get; }
Property Value
Values
Points that displays source volatility values.
IChartLineElement Values { get; }