Click or drag to resize

FreeformPointLineSeriesSaveToCSV Method

LightningChart .NET Help
Saves series data into CSV file. Note that this save points according to value. So if you need to save both, change PointsType accordingly between two calls to this method.

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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.WinForms.ChartingSeparatorCSV
Value and floating point number separator definition

Return Value

Type: Boolean
True if save is successful
See Also