TrendLineShowExtensions Property |
LightningChart .NET Help
Show dashed extension lines for the Trend line.
Namespace:
Arction.CustomControls.Trader.WPF.DrawingTools
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool ShowExtensions { get; set; }<DefaultValueAttribute(false)>
Public Property ShowExtensions As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool ShowExtensions {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also