IChartArea

StockSharp.Charting

Область диаграммы.

Реализует: IChartPart<IChartArea>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable

Свойства

Chart
public IChart Chart { get; set; }
value = iChartArea.Chart
iChartArea.Chart = value

Диаграмма.

Elements
public INotifyList<IChartElement> Elements { get; }
value = iChartArea.Elements

Элементы района (IChartIndicatorElement, IChartCandleElement и т.д.

GroupId
public string GroupId { get; set; }
value = iChartArea.GroupId
iChartArea.GroupId = value

Название группы.

Height
public double Height { get; set; }
value = iChartArea.Height
iChartArea.Height = value

Высота района.

Title
public string Title { get; set; }
value = iChartArea.Title
iChartArea.Title = value

Имя области диаграммы.

XAxises
public INotifyList<IChartAxis> XAxises { get; }
value = iChartArea.XAxises

Список горизонтальных осей.

XAxisType
public ChartAxisType XAxisType { get; set; }
value = iChartArea.XAxisType
iChartArea.XAxisType = value

Тип оси X для этой диаграммы.

YAxises
public INotifyList<IChartAxis> YAxises { get; }
value = iChartArea.YAxises

Список вертикальных осей.