Series(String, String, Double, Series) Constructor |
Creates a named time series.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+670447af29d7e7e825b02ff7e655ef2dc84132d2
Syntaxpublic Series(
string name,
string? ticker,
double[] values,
Series anchor
)
Parameters
- name String
- The name of the series.
- ticker String
- The provider's name for the series.
- values Double
- Values.
- anchor Series
- The source of args, type and frequency.
See Also