firdouseqasim Posted August 2, 2010 Report Posted August 2, 2010 I just downloaded these. Can someone give me an example in VB.NET how to create a pie chart and format its size and colors? I am using VS 2003. The chart control is greyed out in my toolbox. Can't drop it on the form. Thanks. Quote
firdouseqasim Posted August 2, 2010 Author Report Posted August 2, 2010 I was checking the samples and found a piece of code that helps you to build the chart. chart1.Data.Series = nSerieschart1.Data.Points = nPointschart1.Data(0, 0) = CType(45,Double)chart1.Data(0, 1) = CType(75,Double) It says Data is not a member of ChartFX.Lite Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.