Most time, when you create an asp.net chart control, it always display in the web page as a picture. So there is nothing feedback while your clicking or some other operation. And Kettic asp.net chart control provide a solution for you. You can build an interactive chart control in the web page, looks like the chart is "alive". There are many ways to make a web chart interactive, such as adding mouse hover event, mouse move event, mouse click event, even page load event. You can call both client side and server side event to meet your requirement. Build an interactive chart in ASP.NET
In this part, we'll show you how to make a interactive pie chart in the asp.net application. In the pie chart, while a slice of pie is clicked, it becomes apart and value added. So it looks like the pie chart becoming "moving". Now, first add a web chart control to the web page. Please see the demo code in the aspx:
Then add Page_Load and chart click event in your page class. You can define the customized C# code in these event, so that the web chart will display more specified.
|
ASP.NET AJAX UI Controls ASP.NET AJAX Chart UI Control OverviewGetting StartedChart Element DiagramSeriesAxesLegendCaptionTickData GridChart Type Bar ChartPoint ChartLine ChartPie ChartArea ChartGantt ChartBubble ChartBezier ChartSpline ChartSpline Area ChartCandle Chart Chart With StackedFull Stacked ChartFeatures Automatic LayoutAutomatic Text-wrappingScrollingEmpty ValuesScale BreakMultiline LabelsWise LabelsMarking AreasMultiple TypesInteractive Drill DownShadowEdtingData Binding Array DataList DataDatabase DataXML DataChart Style Chart SkinASP.NET AJAX Grid UI Control |