IChartBandElement

StockSharp.Charting

Das Diagrammelement, das ein Band darstellt.

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

Eigenschaften

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

Linie1.

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

Linie2.

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

Der Zeichenstil der Band. Standardmäßig ist Band. Kann auch BandOneValue sein.