Click or drag to resize

TradingDataProviderWriteStringToFile Method

LightningChart .NET Help
Write a string to a file.

Namespace:  Arction.CustomControls.Trader.WPF.DataProviders
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public static void WriteStringToFile(
	string entry,
	string fileName
)

Parameters

entry
Type: SystemString
String to write.
fileName
Type: SystemString
File name.
See Also