ChartArea
StockSharp.Xaml.Charting
Chart area.
実装: IDisposable, IChartArea, IChartPart<IChartArea>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
コンストラクター
ChartArea()
Initializes a new instance of the ChartArea.
プロパティ
Elements : INotifyList<IChartElement>
Area elements (IChartIndicatorElement, IChartCandleElement, etc.).
XAxises : INotifyList<IChartAxis>
The list of horizontal axes.
XAxisType : ChartAxisType
Type of X axis for this chart.
YAxises : INotifyList<IChartAxis>
The list of vertical axes.
メソッド
Dispose()
Disposes of items in the pool that implement IDisposable.