Telerik is a leading vendor of ASP.NET AJAX, ASP.NET MVC, Silverlight, WinForms and WPF controls and components, as well as .NET Reporting, .NET ORM , .NET CMS, Code Analysis, Mocking, Team Productivity and Automated Testing Tools. Building on its expertise in interface development and Microsoft technologies, Telerik helps customers build applications with unparalleled richness, responsiveness and interactivity. Telerik products help thousands of companies to be more productive and deliver reliable applications under budget and on time.
Version Q2 2011 released 07/12/2011
select

Chart / Arrays

Bound to an array of doubles Bound to an objects array without grouping

Bound to an objects array grouped by first column
Did you know that you can add Telerik Silverlight Charts to your ASP.NET applications?

RadControls for Silverlight


  • RadChart can be automatically bound to an Array object.

    The first chart is bound to an array of doubles.
    The second chart is bound to an array of objects.

    The third chart is bound to an array of objects automatically grouped.

Source Code

C# VB.NET
Show code in new window Demo isolation steps
  • <%@ Register TagPrefix="telerik" TagName="Footer" Src="~/Common/Footer.ascx" %>
    <%@ Register TagPrefix="telerik" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %>
    <%@ Register TagPrefix="telerik" TagName="Header" Src="~/Common/Header.ascx" %>
    <%@ Register TagPrefix="telerik" Namespace="Telerik.QuickStart" %>
    <%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
    <%@ Register TagPrefix="telerik" Namespace="Telerik.Charting" Assembly="Telerik.Web.UI" %>

    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="DefaultCS.aspx.cs" Inherits="Telerik.Chart.Examples.DataBinding.Automatic.DefaultCS" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
    <head runat="server">
        <telerik:HeadTag runat="server" ID="Headtag1"></telerik:HeadTag>
        <!-- custom head section -->
    </head>
    <body class="BODY">
        <!-- end of custom head section -->
        <form id="mainForm" runat="server" method="post">
            <telerik:Header ShowSkinChooser="false" ID="Header1" runat="server" AccessibilityLevel="AAA" NavigationLanguage="C#">
            </telerik:Header>
            <asp:ScriptManager ID="ScriptManager" runat="server" />
            <!-- content start -->
            <table summary="" width="100%">
                <tr>
                    <th>
                        Bound to an array of doubles</th>
                    <th>
                        Bound to an objects array without grouping</th>
                </tr>
                <tr>
                    <td>
                        <telerik:RadChart ID="RadChart1" runat="server" Height="240px" Width="350px">
                            <PlotArea>
                                <YAxis MaxValue="70">
                                </YAxis>
                                <YAxis2 MaxValue="7" MinValue="1" Step="1">
                                </YAxis2>
                                <XAxis MaxValue="7" MinValue="1" Step="1">
                                </XAxis>
                            </PlotArea>
                            <Series>
                                <telerik:ChartSeries Name="Series 1">
                                </telerik:ChartSeries>
                                <telerik:ChartSeries Name="Series 2">
                                </telerik:ChartSeries>
                            </Series>
                            <ChartTitle>
                                <TextBlock Text="RadChart 1">
                                </TextBlock>
                            </ChartTitle>
                            <Appearance Dimensions-Height="240px" Dimensions-Width="350px">
                            </Appearance>
                        </telerik:RadChart>
                    </td>
                    <td>
                        <telerik:RadChart ID="RadChart2" runat="server" Height="240px" Width="350px">
                            <PlotArea>
                                <YAxis Step="20">
                                </YAxis>
                                <YAxis2 MaxValue="7" MinValue="1" Step="1">
                                </YAxis2>
                                <XAxis MaxValue="7" MinValue="1" Step="1">
                                </XAxis>
                            </PlotArea>
                            <Series>
                                <telerik:ChartSeries Name="Series 1">
                                </telerik:ChartSeries>
                                <telerik:ChartSeries Name="Series 2">
                                </telerik:ChartSeries>
                            </Series>
                            <ChartTitle>
                                <TextBlock Text="RadChart 2">
                                </TextBlock>
                            </ChartTitle>
                            <Appearance Dimensions-Height="240px" Dimensions-Width="350px">
                            </Appearance>
                        </telerik:RadChart>
                    </td>
                </tr>
                <tr>
                    <th colspan="2" style="text-align: center">
                        <br />
                        Bound to an objects array grouped by first column
                    </th>
                </tr>
                <tr>
                    <td colspan="2" style="text-align: center">
                        <telerik:RadChart ID="RadChart3" runat="server" Height="240px" Width="350px" style="margin:0 auto">
                            <PlotArea>
                                <YAxis Step="20">
                                </YAxis>
                                <YAxis2 MaxValue="7" MinValue="1" Step="1">
                                </YAxis2>
                                <XAxis MaxValue="7" MinValue="1" Step="1">
                                </XAxis>
                            </PlotArea>
                            <Series>
                                <telerik:ChartSeries Name="Series 1">
                                </telerik:ChartSeries>
                                <telerik:ChartSeries Name="Series 2">
                                </telerik:ChartSeries>
                            </Series>
                            <ChartTitle>
                                <TextBlock Text="RadChart 3">
                                </TextBlock>
                            </ChartTitle>
                            <Appearance Dimensions-Height="240px" Dimensions-Width="350px">
                            </Appearance>
                        </telerik:RadChart>
                        </td>
                </tr>
            </table>
            <!-- content end -->
            <telerik:Footer ID="Footer1" runat="server"></telerik:Footer>
        </form>
    </body>
    </html>

Get more than expected!

 
 

Take your time to truly experience the power of RadControls for ASP.NET AJAX with a free 60-day trial backed up by Telerik’s unlimited dedicated support.

Download your RadControls for ASP.NET AJAX trial and jumpstart your development with the available Getting Started resources.

If you have any questions, do not hesitate to contact us at sales@telerik.com.

Copyright 2002-2024 © Telerik. All right reserved
Telerik Inc, 201 Jones Rd, Waltham, MA 02451