Click or drag to resize

TradingChartGetTimeRange Method

LightningChart .NET Help
Gets the time range of the current data set.

Namespace:  Arction.CustomControls.Trader.WPF
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public void GetTimeRange(
	out DateTime startTime,
	out DateTime endTime
)

Parameters

startTime
Type: SystemDateTime
Time range begin
endTime
Type: SystemDateTime
time range end
See Also