ChartArea

StockSharp.Xaml.Charting

Chart area.

継承元: ChartPart<ChartArea>

実装: IDisposable, IChartArea, IChartPart<IChartArea>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable

コンストラクター

ChartArea()

Initializes a new instance of the ChartArea.

プロパティ

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.

メソッド

Clone() : ChartArea

Create a copy of ChartArea.

戻り値: 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

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

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