Chart::AlignDataPointsByAxisLabel Method
.NET Framework (current version)
Aligns data points using their axis labels.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | AlignDataPointsByAxisLabel() | Aligns data points along the X axis using their axis labels. Applicable when multiple series are indexed and their X-values are strings. |
![]() | AlignDataPointsByAxisLabel(PointSortOrder) | Aligns data points using their axis labels. All series in the chart are aligned, using the specified sort order. |
![]() | 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. |
![]() | AlignDataPointsByAxisLabel(String^, PointSortOrder) | Aligns data points using their axis labels. |
Show:
