ChartVolatilitySmileElement
StockSharp.Xaml.Charting
The chart element representing a volatility smile.
Hereda de: ChartElement<ChartVolatilitySmileElement>
Implementa: IChartVolatilitySmileElement, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Constructores
ChartVolatilitySmileElement()
Create instance.
Propiedades
Smile : IChartLineElement
Line that displays approximated volatility smile.
Values : IChartLineElement
Points that displays source volatility values.
Métodos
CheckAxesCompatible(ChartAxisType?, ChartAxisType?) : bool
Check if the element can be drawn using supplied axis types.
- xType
- X axis type.
- yType
- Y axis type.
Devuelve: if supplied types are supported.
OnDraw(ChartDrawData) : bool
Draw on root element.
- data
- Chart drawing data.
Devuelve: if the data was successfully drawn, otherwise, returns .