Aligns data points using their axis labels.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As Chart
Dim series As String
Dim sortingOrder As PointsSortOrder
instance.AlignDataPointsByAxisLabel(series, sortingOrder)
|
Parameters
- series
- Comma separated list of series that should be aligned by axis label.
- sortingOrder
- Points sorting order by 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