|
1 |
| -<!-- default badges list --> |
2 |
| - |
3 |
| -[](https://supportcenter.devexpress.com/ticket/details/E1287) |
4 |
| -[](https://docs.devexpress.com/GeneralInformation/403183) |
5 |
| -[](#does-this-example-address-your-development-requirementsobjectives) |
6 |
| -<!-- default badges end --> |
7 |
| -<!-- default file list --> |
8 |
| -*Files to look at*: |
| 1 | +# Chart for ASP.NET Web Forms - Emulate Gantt Functionality |
9 | 2 |
|
10 |
| -* [GanttData.cs](./CS/WebSite/App_Code/GanttData.cs) (VB: [GanttData.vb](./VB/WebSite/App_Code/GanttData.vb)) |
11 |
| -* [Default.aspx](./CS/WebSite/Default.aspx) (VB: [Default.aspx](./VB/WebSite/Default.aspx)) |
12 |
| -* [Default.aspx.cs](./CS/WebSite/Default.aspx.cs) (VB: [Default.aspx.vb](./VB/WebSite/Default.aspx.vb)) |
13 |
| -<!-- default file list end --> |
14 |
| -# How to create a Gantt Chart in the ASP.NET application |
| 3 | +This example demonstrates how to create a WebChartControl and bind it to data which represents a multi-task process. |
15 | 4 |
|
| 5 | +The WebChartControl contains two series: **Planned** and **Actual**. The first series is bound to data. For the second series, the component uses the [Custom Summary Function](http://documentation.devexpress.com/#XtraCharts/CustomDocument4948) to calculate data based on the complete percentage data field values. |
16 | 6 |
|
17 |
| -<p>This example demonstrates how to create a WebChartControl and bind it to data which represents a multi-task process. There are two series in the WebChartControl - "Planned" and "Actual". The first series is bound to data. The second series calculates via the <a href="http://documentation.devexpress.com/#XtraCharts/CustomDocument4948">Custom Summary Function</a> based on the complete percentage data field values. In addition, the WebChartControl.CustomDrawSeriesPoint event is handled in order to customize the text of the series bars labels.</p> |
| 7 | +Additionally, the component raises the [WebChartControl.CustomDrawSeriesPoint](https://docs.devexpress.com/AspNet/DevExpress.XtraCharts.Web.WebChartControl.CustomDrawSeriesPoint) event to customize the text of bar labels. |
18 | 8 |
|
19 |
| -<br/> |
| 9 | +## Files to Look At: |
20 | 10 |
|
| 11 | +* [GanttData.cs](./CS/WebSite/App_Code/GanttData.cs) (VB: [GanttData.vb](./VB/WebSite/App_Code/GanttData.vb)) |
| 12 | +* [Default.aspx](./CS/WebSite/Default.aspx) (VB: [Default.aspx](./VB/WebSite/Default.aspx)) |
| 13 | +* [Default.aspx.cs](./CS/WebSite/Default.aspx.cs) (VB: [Default.aspx.vb](./VB/WebSite/Default.aspx.vb)) |
21 | 14 |
|
22 | 15 | <!-- feedback -->
|
23 | 16 | ## Does this example address your development requirements/objectives?
|
|
0 commit comments