SubtotalDataPointCollection Constructors
Stores indexes of data points used as subtotal points.| Name | Parameters | Description |
|---|---|---|
| SubtotalDataPointCollection() | none | Initializes a new instance of the SubtotalDataPointCollection class. |
| SubtotalDataPointCollection(IEnumerable<Int32>) | collection | Initializes a new instance of the SubtotalDataPointCollection class with specified settings. |
See Also