IChartElement
StockSharp.Charting
A interface que descreve o elemento gráfico (indicador, vela, etc.).
Implementa: IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Propriedades
ChartArea
public IChartArea ChartArea { get; }
value = iChartElement.ChartArea
A área de gráfico em que o elemento é desenhado.
Colorer
public Func<IComparable, Color?> Colorer { get; set; }
value = iChartElement.Colorer
iChartElement.Colorer = value
Colorador de elementos personalizados.
FullTitle
public string FullTitle { get; set; }
value = iChartElement.FullTitle
iChartElement.FullTitle = value
O título da série completa. Se esta propriedade não for definida, será usado o título gerado automaticamente.
IsLegend
public bool IsLegend { get; set; }
value = iChartElement.IsLegend
iChartElement.IsLegend = value
Se este elemento for mostrado na lenda.
IsVisible
public bool IsVisible { get; set; }
value = iChartElement.IsVisible
iChartElement.IsVisible = value
Se este elemento está visível no gráfico.
PersistentChartArea
public IChartArea PersistentChartArea { get; }
value = iChartElement.PersistentChartArea
A área de gráfico em que o elemento é desenhado.
XAxisId
public string XAxisId { get; set; }
value = iChartElement.XAxisId
iChartElement.XAxisId = value
Eixo X.
YAxisId
public string YAxisId { get; set; }
value = iChartElement.YAxisId
iChartElement.YAxisId = value
Eixo Y.