Back to Devexpress

How to: Add a Chart to a Web Application

aspnet-2958-components-chart-control-examples-how-to-add-a-chart-to-a-web-application.md

latest1.5 KB
Original Source

How to: Add a Chart to a Web Application

  • Dec 23, 2020

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

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

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

How to: Add a Chart to a Web Page (Runtime Sample)