IChartBandElement

StockSharp.Charting

El elemento gráfico que representa una banda.

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

Propiedades

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

Línea 1.

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

Línea 2.

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

El estilo de dibujo de banda. El predeterminado es Band. También puede ser BandOneValue.