iPhone 1.1.3 - SIM Locked YUI 2.5.0
Feb 08

I found a tool where i can draw asp.net charts with this free control.

URL: http://www.carlosag.net/

Sample Code:

PieChart chart = new PieChart();
    chart.DataSource = GetDataSet().Tables[0].DefaultView;
    chart.DataXValueField = “Title”;
    chart.DataYValueField = “Price”;
    chart.DataLabels.Visible = true;
    chart.DataLabels.ForeColor = System.Drawing.Color.Blue;
    chart.Shadow.Visible = true;
    chart.DataBind();
    chart.Explosion = 10;
    ChartControl1.Charts.Add(chart);
    ChartControl1.RedrawChart();


2 Responses to “Free Chart control for .NET”

  1. Kiran Says:

    Hi,

    I saw your blog, its very good.
    I am kiran and i work for a software company in India Bangalore, I just had few questions regarding the usage of ClearCase and Biztalk application.
    1. Can we use ClearCase for version control of Biztalk application development.
    2. If yes can you please give me some document or any info how to do the same.

    My Previous company was Fidlity bangalore. Do you know Jerome Wolter at Smithfield.

    Thanks in advance
    Kiran

  2. muthuka Says:

    Hi Kiran,

    I worked in Smithfield for eReview team. I had another Kiran in my team.

    I am not sure about specifics on Clearcase and Biztalk. I guess you can atleast use it as a SCCS for Biztalk application. Let me know if i can help you with anything else.

Leave a Reply