PointLineSeries3DSaveToCSV Method |
LightningChart .NET Help
Saves series data into CSV file. Note that this saves only points with set point type (PointsType property).
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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.WinForms.ChartingSeparatorCSV
Value and floating point number separator definition.
Return Value
Type:
BooleanTrue if export is successful.
See Also