Skip to content

Commit 3de7500

Browse files
authored
update readme (#1)
1 parent ab82a90 commit 3de7500

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

Readme.md

+8-15
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
1-
<!-- default badges list -->
2-
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/128573482/15.1.3%2B)
3-
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/E1287)
4-
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
5-
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#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
92

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.
154

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.
166

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.
188

19-
<br/>
9+
## Files to Look At:
2010

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))
2114

2215
<!-- feedback -->
2316
## Does this example address your development requirements/objectives?

0 commit comments

Comments
 (0)