Kettic ASP.NET Chart control provides rich chart type to display your data in chart views. You can define one web page to show a single asp.net chart, such as bar chart, line chart, pie chart, point chart and so on. However, rendering single chart type in one page may not meet your requirement. The chart data can be so large and complex sometimes, so it's difficult to analysis the data trend in single chart type. So in this online tutorial page, we will introduce you how to build and create a web chart control with multiple chart types in your asp.net application using C# language. Build a multiple types chart in ASP.NET
It's similar to the single chart type in a web page, creating multiple chart types is very simple and easy. Developers only need to change the Series set in the asp.net chart control to the wanted chart type, then current data series will display in such type view. Please see the C# demo code below:
In the code, you can find, we define two chart type in a web chart control, bar chart and line chart. So that the chart will contrain two diffirent data series viewing, and users can split each data series very clearly. Besides setting the chart type in the class programmingly, you can aslo define the multiple chart type in the design time. Following is a sample guide to create two chart type and data series in the aspx.
|
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 Types InteractiveDrill DownShadowEdtingData Binding Array DataList DataDatabase DataXML DataChart Style Chart SkinASP.NET AJAX Grid UI Control |