WeightedSeries Constructors
A Weighted series that allow you to visualize data in three dimensions.Name | Parameters | Description |
---|---|---|
WeightedSeries() | none | Initializes a new instance of the WeightedSeries class with default settings. |
WeightedSeries(Measure, Measure) | value, weight | Initializes a new instance of the WeightedSeries class with the specified measures used to provide data. |
See Also