Table of Contents

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

IChartLineElement

Line2

IChartLineElement Line2 { get; }

Property Value

IChartLineElement

Style

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

ChartIndicatorDrawStyles Style { get; set; }

Property Value

ChartIndicatorDrawStyles