Click or drag to resize

BarSeries3DSaveToCSV Method

LightningChart .NET Help
Saves series data into CSV file.

Namespace:  Arction.Wpf.ChartingMVVM.Series3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public override bool SaveToCSV(
	string file,
	SeparatorCSV separator
)

Parameters

file
Type: SystemString
Target file. If file already exists, it will be overwritten.
separator
Type: Arction.Wpf.ChartingMVVMSeparatorCSV
Value and floating point number separator definition.

Return Value

Type: Boolean
True if export is successful.
See Also