IChartBandElement

StockSharp.Charting

The chart element representing a band.

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

Properties

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

Line1.

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

Line2.

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

The band drawing style. The default is Band. Can also be BandOneValue.