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.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic override bool SaveToCSV(
string file,
SeparatorCSV separator
)
Public Overrides Function SaveToCSV (
file As String,
separator As SeparatorCSV
) As Boolean
public:
virtual bool SaveToCSV(
String^ file,
SeparatorCSV separator
) override
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:
BooleanTrue if save is successful
See Also