Skip to main content

SimpleSeries Constructors

A Simple series.
Name Parameters Description
SimpleSeries() none Initializes a new instance of the SimpleSeries class with default settings.
SimpleSeries(Measure, SimpleSeriesType) value, seriesType Initializes a new instance of the SimpleSeries class with the specified series type and measure used to provide data.
SimpleSeries(Measure) value Initializes a new instance of the SimpleSeries class with the specified measure used to provide data.
SimpleSeries(SimpleSeriesType) seriesType Initializes a new instance of the SimpleSeries class with the specified series type.
See Also