Click or drag to resize

SeriesFromCsv(String, Csv, String, String) Method

Imports a series from a CSV file.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public static Series FromCsv(
	string name,
	Csv csv,
	string dateColumn,
	string valueColumn
)

Parameters

name  String
The name for the series.
csv  Csv
The CSV file wrapper.
dateColumn  String
The name of the column with dates.
valueColumn  String
The name of the column with values.

Return Value

Series
A new series with the given name.
See Also