Skip to main content

How to: Add a Chart to a Web Application

This tutorial demonstrates how to add the WebChartControl to a Web Page at design time.

Drag the WebChartControl item from the DX.23.2: Data & Analytics toolbox tab in Visual Studio, and drop it onto the form.

ASP_NET.Lesson1-4_1.Add a WebChartControl

Add series (of either 2D series views or 3D series views) to your chart, and populate them with data.

Note

After a WebChartControl is dropped onto a page, your web application’s Web.config file is changed. Refer to the following help topic to learn more about these changes: Adding a Web Chart.

Refer to the following topic for information on how to use XtraCharts on the ASP.NET platform: Concepts.

See Also