Interface IChartBandElement
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.dll
The chart element representing a band.
public interface IChartBandElement : IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
- Inherited Members
- Extension Methods
Properties
Line1
IChartLineElement Line1 { get; }
Property Value
Line2
IChartLineElement Line2 { get; }
Property Value
Style
The band drawing style. The default is Ecng.Drawing.DrawStyles.Band. Can also be Ecng.Drawing.DrawStyles.BandOneValue.
DrawStyles Style { get; set; }
Property Value
- DrawStyles