SeriesFromCsv(String, Csv, String, String) Method |
Imports a series from a CSV file.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+670447af29d7e7e825b02ff7e655ef2dc84132d2
Syntaxpublic 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
SeriesA new series with the given name.
See Also