OhlcDataRoutinesGetMinimumIntervalSeconds Method |
LightningChart .NET Help
Gets data interval in seconds.
If there are gaps in the data, e.g. non-trading days, it removes their affect, and targets in the actual trading days.
Namespace:
Arction.CustomControls.Trader.WPF.Routines
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntaxpublic static int GetMinimumIntervalSeconds(
OhlcData[] data
)
Public Shared Function GetMinimumIntervalSeconds (
data As OhlcData()
) As Integer
public:
static int GetMinimumIntervalSeconds(
array<OhlcData>^ data
)
Parameters
- data
- Type: Arction.CustomControls.Trader.WPFOhlcData
Input OHLC data
Return Value
Type:
Int32Minimum interval in seconds
See Also