Placing the Chart Annotations on Top
To place the chart annotations on top, use the following code:
• Visual Basic
chart.View.AxisX.Position = AxisPosition.Far
• C#
chart.View.AxisX.Position = AxisPosition.Far;