IChartBandElement

StockSharp.Charting

O elemento gráfico que representa uma banda.

Implementa: IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable

Propriedades

Line1
public IChartLineElement Line1 { get; }
value = iChartBandElement.Line1

Linha 1.

Line2
public IChartLineElement Line2 { get; }
value = iChartBandElement.Line2

Linha 2.

Style
public DrawStyles Style { get; set; }
value = iChartBandElement.Style
iChartBandElement.Style = value

O estilo de desenho da banda. O padrão é Band. Também pode ser BandOneValue.