Groups data using one or more formulas, combining multiple data points into one point.
Overload | Description |
---|---|
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. Groups series points in the interval. |
Group(String,Double,IntervalType,String) |
Groups data using one or more formulas. Series are cleared of their original data and used to store the new data points. Groups series points in the interval. |
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. Groups series points in the interval with offset. |
Group(String,Double,IntervalType,Double,IntervalType,String) |
Groups data using one or more formulas. Series are cleared of their original data and used to store the new data points. Groups series points in the interval with offset. |
Group(String,Double,IntervalType,Double,IntervalType,String,String) |
Groups series using one or more formulas. Output series are used to store the grouped data points, and an offset can be used for intervals. Groups series points in the interval with offset. |
Group(String,Double,IntervalType,Series,Series) |
Groups a series' data using one or more formulas. An output series is used to store the grouped data points. Groups series points in the interval. |
Group(String,Double,IntervalType,String,String) |
Groups data for series using one or more formulas. Output series are used to store the grouped data points. Groups series points in the interval. |
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. Groups series points in the interval with offset. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family