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

Chart : IChart

Chart.

Elements : INotifyList<IChartElement>

Area elements (IChartIndicatorElement, IChartCandleElement, etc.).

GroupId : string

Chart group name.

Height : double

The height of the area.

Title : string

Title.

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

Clone() : ChartArea

Create a copy of ChartArea.

Returns: Copy.

Dispose()

Disposes of items in the pool that implement IDisposable.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

Преобразовать к строковому представлению.

Returns: Строковое представление.