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


Aligns data points along the X axis using their axis labels. Applicable when multiple series are indexed and their X-values are strings.

Overload List

Overload Description
AlignDataPointsByAxisLabel()

Aligns data points from different series along the X axis using their axis labels. All series in the chart are aligned.


Aligns data points using their axis labels.  
AlignDataPointsByAxisLabel(String)

Aligns data points from different series along the X axis using their axis labels. The specified series in the chart are aligned, using an ascending sort order.


Aligns data points using their axis labels.  
AlignDataPointsByAxisLabel(String,PointsSortOrder)

Aligns data points from different series along the X axis using their axis labels. The specified series are aligned, using the given sort order.


Aligns data points using their axis labels.  
AlignDataPointsByAxisLabel(PointsSortOrder)

Aligns data points from different series along the X axis using their axis labels. All series in the chart are aligned, using the specified sort order.


Aligns data points using their axis labels.  

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.