DataManipulator::GroupByAxisLabel Method
.NET Framework (current version)
Groups data points from one or more series by axis labels.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | GroupByAxisLabel(String^, Series^) | Groups data points in a series by axis labels, using one or more formulas. Original data point values are cleared, and the series then stores the new grouped data points. |
![]() | GroupByAxisLabel(String^, Series^, Series^) | 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. |
![]() | GroupByAxisLabel(String^, String^) | Groups data points from one or more series by axis labels, using one or more formulas. Original data point values are cleared, and each of the series then stores its new grouped data points. |
![]() | GroupByAxisLabel(String^, String^, String^) | Groups the data points in one or more series by axis labels, using one or more formulas. Output series are used to store the grouped data points. |
Show:
