ChartBandElement
StockSharp.Xaml.Charting
The chart element representing a band.
Herda de: ChartElement<ChartBandElement>
Implementa: IUltrachartPrimitive, IChartElementEx, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable, IChartBandElement
Construtores
ChartBandElement()
Create instance.
Propriedades
Line1 : ChartLineElement
Line1.
Line2 : ChartLineElement
Line2.
Style : DrawStyles
The band drawing style. The default is Band. Can also be BandOneValue.
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.
Retorna: if supplied types are supported.
OnDraw(ChartDrawData) : bool
Draw on root element.
- data
- Chart drawing data.
Retorna: if the data was successfully drawn, otherwise, returns .