Click or drag to resize

SeriesTCreate Method

Creates a series with integer arguments given its values.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public static Series<int> Create(
	string name,
	string? ticker,
	double[] values,
	SeriesType type = SeriesType.Raw
)

Parameters

name  String
The name of the new series.
ticker  String
Externally provided name for the series.
values  Double
Values array.
type  SeriesType  (Optional)
Type of the series.

Return Value

SeriesInt32
The new series.
See Also