ChartBandElement
StockSharp.Xaml.Charting
The chart element representing a band.
Наследует: ChartElement<ChartBandElement>
Реализует: IUltrachartPrimitive, IChartElementEx, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable, IChartBandElement
Конструкторы
ChartBandElement()
Create instance.
Свойства
Line1 : ChartLineElement
Line1.
Line2 : ChartLineElement
Line2.
Style : DrawStyles
The band drawing style. The default is Band. Can also be BandOneValue.
Методы
CheckAxesCompatible(ChartAxisType?, ChartAxisType?) : bool
Check if the element can be drawn using supplied axis types.
- xType
- X axis type.
- yType
- Y axis type.
Возвращает: if supplied types are supported.
OnDraw(ChartDrawData) : bool
Draw on root element.
- data
- Chart drawing data.
Возвращает: if the data was successfully drawn, otherwise, returns .