IChartArea
StockSharp.Charting
Área de carga.
Implementa: IChartPart<IChartArea>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Propiedades
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
Nombre del grupo de Chart.
Height
public double Height { get; set; }
value = iChartArea.Height
iChartArea.Height = value
La altura de la zona.
Title
public string Title { get; set; }
value = iChartArea.Title
iChartArea.Title = value
Nombre de la zona de la carpa.
XAxises
public INotifyList<IChartAxis> XAxises { get; }
value = iChartArea.XAxises
La lista de ejes horizontales.
XAxisType
public ChartAxisType XAxisType { get; set; }
value = iChartArea.XAxisType
iChartArea.XAxisType = value
Tipo de eje X para este gráfico.
YAxises
public INotifyList<IChartAxis> YAxises { get; }
value = iChartArea.YAxises
La lista de ejes verticales.