DataManipulator::Group Method
Groups data for one or more series, using one or more formulas.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | Group(String^, Double, IntervalType, Double, IntervalType, Series^) | Groups data using one or more formulas. The series that is grouped is cleared of its original data, and used to store the new data points. |
![]() | Group(String^, Double, IntervalType, Double, IntervalType, Series^, Series^) | Groups a series using one or more formulas. An output series is used to store the grouped data points, and an offset can be used for intervals. |
![]() | Group(String^, Double, IntervalType, Double, IntervalType, String^) | Groups data for one or more series, using one or more formulas. Series are cleared of their original data and used to store the new data points. |
![]() | Group(String^, Double, IntervalType, Double, IntervalType, String^, String^) | Groups one or more series, using one or more formulas. Output series are used to store the grouped data points, and an offset can be used for intervals. |
![]() | Group(String^, Double, IntervalType, Series^) | Groups data using one or more formulas. The series that is grouped is cleared of its original data, and used to store the new data points. |
![]() | Group(String^, Double, IntervalType, Series^, Series^) | Groups data using one or more formulas. An output series is used to store the grouped data points. |
![]() | Group(String^, Double, IntervalType, String^) | Groups data using one or more formulas, for one or more series. Series are cleared of their original data and used to store the new data points. |
![]() | Group(String^, Double, IntervalType, String^, String^) | Groups data for one or more series, using one or more formulas. Output series are used to store the grouped data points. |
