DataManipulator.GroupByAxisLabel Method (String, Series, Series)
.NET Framework (current version)
Groups the data points in a series by axis labels, using one or more formulas. An output series is used to store the grouped data points.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Public Sub GroupByAxisLabel ( formula As String, inputSeries As Series, outputSeries As Series )
Parameters
- formula
-
Type:
System.String
A comma-separated list of one or more formulas to be used for calculating the grouped data point values.
- inputSeries
-
Type:
System.Web.UI.DataVisualization.Charting.Series
The input Series to be grouped.
- outputSeries
-
Type:
System.Web.UI.DataVisualization.Charting.Series
The Series that will store the new data points created by the grouping operation. If it does not exist, an exception will be thrown.
.NET Framework
Available since 4.0
Available since 4.0
Show: