Click here to Skip to main content
Licence 
First Posted 3 May 2002
Views 66,050
Bookmarked 38 times

Chart and Pie for data with hole

By | 3 May 2002 | Article
Chart and Pie for data with hole.

Sample Image - chartnpie.jpg

Introduction

In my work, I always want to display several data series with hole together. Massimo Colurcio has developed a control to display data with hole, but it is not an easy way to use, especially when the data is very sparse, so I decide to develop my own control based on his work. And at the same time, I also want to show these data series in Pie.

How to use?

  1. Add the files in the source package to your project.
  2. Do initialization, see CChartView::OnInitialUpdate().
  3. Call Add of CDataChart to add datasets to the control.
    void Add( int nDatasetID, int nIndex, double nData );
  4. SetStyle(STYLE_LINE) for line chart.
  5. SetStyle(STYLE_PIE) for pie showing.

and that's all.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Tingshao Zhu

Researcher

United States United States

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
QuestionMemory Leak!?!? Pinmemberwumme4:39 21 Nov '05  
GeneralBug in calculating Max values PinmemberNicolas Stuardo19:21 2 Jul '05  
QuestionHow can I change the label of the X axis Pinmembernikisoft1:16 27 Oct '04  
GeneralGood job! Pinmemberguya20:59 2 Sep '04  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 4 May 2002
Article Copyright 2002 by Tingshao Zhu
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid