Click or drag to resize

TradingDataProviderMakeFileName Method

LightningChart .NET Help
Creates file name when saving a .csv-file.

Namespace:  Arction.CustomControls.Trader.WPF.DataProviders
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public string MakeFileName(
	DateTime begin,
	DateTime end
)

Parameters

begin
Type: SystemDateTime
Start date
end
Type: SystemDateTime
End date

Return Value

Type: String
The file name and its path
See Also