IChartArea
StockSharp.Charting
Área do gráfico.
Implementa: IChartPart<IChartArea>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Propriedades
Elements
public INotifyList<IChartElement> Elements { get; }
value = iChartArea.Elements
Elementos de área (IChartIndicatorElement, IChartCandleElement, etc.).
GroupId
public string GroupId { get; set; }
value = iChartArea.GroupId
iChartArea.GroupId = value
Nome do grupo gráfico.
Height
public double Height { get; set; }
value = iChartArea.Height
iChartArea.Height = value
A altura da área.
Title
public string Title { get; set; }
value = iChartArea.Title
iChartArea.Title = value
Nome da área do gráfico.
XAxises
public INotifyList<IChartAxis> XAxises { get; }
value = iChartArea.XAxises
A lista de eixos horizontais.
XAxisType
public ChartAxisType XAxisType { get; set; }
value = iChartArea.XAxisType
iChartArea.XAxisType = value
Tipo de eixo X para este gráfico.
YAxises
public INotifyList<IChartAxis> YAxises { get; }
value = iChartArea.YAxises
A lista de eixos verticais.