TradingChartOpenSymbol Method (DateTime, DateTime) |
LightningChart .NET Help
Opens the security by Symbol. Manually define a new time range.
Namespace:
Arction.CustomControls.Trader.WPF
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntaxpublic void OpenSymbol(
DateTime startTime,
DateTime endTime
)
Public Sub OpenSymbol (
startTime As DateTime,
endTime As DateTime
)
public:
void OpenSymbol(
DateTime startTime,
DateTime endTime
)
Parameters
- startTime
- Type: SystemDateTime
Time range begin - endTime
- Type: SystemDateTime
Time range end
See Also