ChartBandElement
StockSharp.Xaml.Charting
The chart element representing a band.
Erbt von: ChartElement<ChartBandElement>
Implementiert: IUltrachartPrimitive, IChartElementEx, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable, IChartBandElement
Konstruktoren
ChartBandElement()
Create instance.
Eigenschaften
Line1 : ChartLineElement
Line1.
Line2 : ChartLineElement
Line2.
Style : DrawStyles
The band drawing style. The default is Band. Can also be BandOneValue.
Methoden
CheckAxesCompatible(ChartAxisType?, ChartAxisType?) : bool
Check if the element can be drawn using supplied axis types.
- xType
- X axis type.
- yType
- Y axis type.
Rückgabe: if supplied types are supported.
OnDraw(ChartDrawData) : bool
Draw on root element.
- data
- Chart drawing data.
Rückgabe: if the data was successfully drawn, otherwise, returns .