FibonacciFanFillEnabled Property |
LightningChart .NET Help
Show colored fills between the Fibonacci lines. If disabled, only the lines are visible.
Namespace:
Arction.CustomControls.Trader.WPF.DrawingTools
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.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