RangeSeries Constructors
A Range series.| Name | Parameters | Description |
|---|---|---|
| RangeSeries() | none | Initializes a new instance of the RangeSeries class with default settings. |
| RangeSeries(Measure, Measure, RangeSeriesType) | value1, value2, seriesType | Initializes a new instance of the RangeSeries class with the specified series type and measures used to provide data. |
| RangeSeries(Measure, Measure) | value1, value2 | Initializes a new instance of the RangeSeries class with the specified measures used to provide data. |
| RangeSeries(RangeSeriesType) | seriesType | Initializes a new instance of the RangeSeries class with the specified series type. |
See Also