ChartBandElement

StockSharp.Xaml.Charting

The chart element representing a band.

継承元: ChartElement<ChartBandElement>

実装: IUltrachartPrimitive, IChartElementEx, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable, IChartBandElement

コンストラクター

ChartBandElement()

Create instance.

プロパティ

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.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnDraw(ChartDrawData) : bool

Draw on root element.

data
Chart drawing data.

戻り値: if the data was successfully drawn, otherwise, returns .

Save(SettingsStorage)

Save settings.

storage
Settings storage.