ChartArea
StockSharp.Xaml.Charting
Chart area.
Inherits: ChartPart<ChartArea>
Implements: IDisposable, IChartArea, IChartPart<IChartArea>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Constructors
ChartArea()
Initializes a new instance of the ChartArea.
Properties
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.
Methods
Dispose()
Disposes of items in the pool that implement IDisposable.