Jump to content
Software FX Community

Recommended Posts

Posted

 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.

Posted

 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

 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...