Click or drag to resize

SeriesBaseXYLoadFromCSV Method

LightningChart .NET Help
Loads series data from a CSV file.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public virtual bool LoadFromCSV(
	string fileName,
	SeparatorCSV separator
)

Parameters

fileName
Type: SystemString
Full path to the CSV file.
separator
Type: Arction.Wpf.ChartingMVVMSeparatorCSV
Value separator that is used in the CSV file.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesXY.SeriesBaseXY.LoadFromCSV(System.String,Arction.Wpf.ChartingMVVM.SeparatorCSV)"]

See Also