DataManipulator::Group Method

.NET Framework (current version)
 

Groups data for one or more series, using one or more formulas.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

NameDescription
System_CAPS_pubmethodGroup(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.

System_CAPS_pubmethodGroup(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.

System_CAPS_pubmethodGroup(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.

System_CAPS_pubmethodGroup(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.

System_CAPS_pubmethodGroup(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.

System_CAPS_pubmethodGroup(String^, Double, IntervalType, Series^, Series^)

Groups data using one or more formulas. An output series is used to store the grouped data points.

System_CAPS_pubmethodGroup(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.

System_CAPS_pubmethodGroup(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.

Return to top
Show: