BollingerBandFillType Property |
LightningChart .NET Help
Bollinger Band fill type
Namespace:
Arction.CustomControls.Trader.WPF.TechnicalIndicators
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(BollingerBandFillType.Solid)]
public BollingerBandFillType FillType { get; set; }<DefaultValueAttribute(BollingerBandFillType.Solid)>
Public Property FillType As BollingerBandFillType
Get
Set
public:
[DefaultValueAttribute(BollingerBandFillType::Solid)]
property BollingerBandFillType FillType {
BollingerBandFillType get ();
void set (BollingerBandFillType value);
}Property Value
Type:
BollingerBandFillType
See Also