Press F5 to run the project and view the following:
- The Chart Header was added using the Header.Text property.
- The X-Axis annotation is rotated to a 90 degree angle using the LineChart.Axis.X.Labels.Style.Rotation property.
- The markers in the line series appear as a box shape since the Type property was set to Box.
Congratulations! You have successfully completed the LineChart for ASP.NET Web Forms Quick Start.
See Also