Dundas Chart for ASP.NET
GroupByAxisLabel Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > DataManipulator Class : GroupByAxisLabel Method


Enterprise Edition Only Feature. Groups data by axis labels using a specified formula.

Overload List

Overload Description
GroupByAxisLabel(String,String,String)

Enterprise Edition Only Feature. Groups series data by axis labels using one or more formulas. Output series are used to store the grouped data points.


Grouping by X value, when it’s a string (stored in AxisLabel property).  
GroupByAxisLabel(String,Series)

Enterprise Edition Only Feature. Groups a series' data by axis labels using one or more formulas. The series is cleared of its original data, and then used to store the new data points.


Grouping by X value, when it’s a string (stored in AxisLabel property).  
GroupByAxisLabel(String,String)

Enterprise Edition Only Feature. Groups series data by axis labels using one or more formulas. Each series that is grouped is cleared of its original data, and used to store the new data points.


Grouping by X value, when it’s a string (stored in AxisLabel property).  
GroupByAxisLabel(String,Series,Series)

Enterprise Edition Only Feature. Groups a series' data by axis labels using one or more formulas. An output series is used to store the grouped data points.


Grouping by X value, when it is a string (stored in AxisLabel property).  

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.