LinearRegressionChannelFillEnabled Property |
LightningChart .NET Help
Show colored fills between the channel lines.
Namespace:
Arction.CustomControls.Trader.WinForms.DrawingTools
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool FillEnabled { get; set; }<DefaultValueAttribute(false)>
Public Property FillEnabled As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool FillEnabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also