TradingChartShowTimeRangeSelection Property |
LightningChart .NET Help
Show the time range selection bar.
Namespace:
Arction.CustomControls.Trader.WPF
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool ShowTimeRangeSelection { get; set; }<DefaultValueAttribute(true)>
Public Property ShowTimeRangeSelection As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool ShowTimeRangeSelection {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also