coach outlet lifroqwc coach usa jlhxppxh coach factory outlet jehxlslk coach factory hqecicgg
Replydkvsr moncler gjmh abercrombie pas cher 6nksb http://www.frczmonclairsmagasinn.info/
Replybruzg doudoune moncler
Replyumvov sac louis vuitton csszws christian louboutin pas cher ooynz http://frdeabercromfitchmagasinn.info sqzf
Replytry visifire, you can create animated silverlight chart using it. added advantage is that it is under open source
thanks
Replyfgg
ReplyHi, This is a method to change the color for the labels and title. There are already member functions for this but they are not used. These are: m_TextLabelColor m_TextTitleColor In Chart.cpp add the following: in Method DrawGridLabel: after line: pDC->SetBkMode(TRANSPARENT); add: pDC->SetTextColor(m_TextLabelColor); in method DrawChartTitle after line oldbkmode = pDC->SetBkMode(TRANSPARENT) ; add: pDC->SetTextColor(m_TextTitleColor); and in file Chart3d.cpp in method DrawGridLabel after line oldbkmode = pDC->SetBkMode(TRANSPARENT) ; add: pDC->SetTextColor(m_TextLabelColor);
ReplyI wanted to write my 3D waterfall charting program based on your codes until I found this free 3D waterfall display activex contro: http://www.ultimaserial.com/UltimaWaterfall.html
After playing with the two waterfall utilities, I will say both are fun: Kris' is more fun to learn and more object-oriented, and ultimawaterfall is just so easy to use!
Reply, but not succeeded yet
If you need a example file for 2 plots,please email me at kj831ca@yahoo.com Kris Jearakul
ReplySorry if I do double posted here. It has been long time since I logged on here. Here is the step to add more lines or series to plotscene on 2D Chart. 1. On CWFDemoView::OnInitialUpdate add this line m_Chart2d.nSerieCount = 2 ; before CChart::AllocSerie(n) is being called. 2. Update data to the new serie in CWFDemoView:OnTimer add this line -> m_Chart2d.SetXYValue((double)i,fabs(value * 0.5),i,1); m_Chart3d.SetXYValue((double)i,fabs(value),i,0) Please note the new plot will be 0.5 amplitude of the first plot. Best Regards Kris.
ReplyOriginally posted by: Rahul P Mokhadkar
Dear SIr,
I would like to request you to recommend some books on Graphical (3 D) representation using C/ C++ programming.
Please guide me.
Regards,
Rahul.
Originally posted by: Vishal Sharma
HI
U have Really developed a nice utility.