SeriesT Constructor
Creates a named series.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public Series(
	string name,
	string? ticker,
	T[] args,
	double[] values,
	SeriesType type
)
Parameters
- name  String
 - The name of the series.
 - ticker  String
 - Externally provided name for the series.
 - args  T
 - Arguments.
 - values  Double
 - Values.
 - type  SeriesType
 - Type of the series.