IChartArea
StockSharp.Charting
Chart area.
Implements: IChartPart<IChartArea>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Properties
Elements
public INotifyList<IChartElement> Elements { get; }
value = iChartArea.Elements
Area elements (IChartIndicatorElement, IChartCandleElement, etc.).
GroupId
public string GroupId { get; set; }
value = iChartArea.GroupId
iChartArea.GroupId = value
Chart group name.
Height
public double Height { get; set; }
value = iChartArea.Height
iChartArea.Height = value
The height of the area.
Title
public string Title { get; set; }
value = iChartArea.Title
iChartArea.Title = value
Chart area name.
XAxises
public INotifyList<IChartAxis> XAxises { get; }
value = iChartArea.XAxises
The list of horizontal axes.
XAxisType
public ChartAxisType XAxisType { get; set; }
value = iChartArea.XAxisType
iChartArea.XAxisType = value
Type of X axis for this chart.
YAxises
public INotifyList<IChartAxis> YAxises { get; }
value = iChartArea.YAxises
The list of vertical axes.