remove data value in a simple bar chart

TeeChart for ActiveX, COM and ASP
Post Reply
Pade
Newbie
Newbie
Posts: 7
Joined: Wed Jul 14, 2004 4:00 am
Location: france

remove data value in a simple bar chart

Post by Pade » Mon Aug 30, 2004 6:59 pm

Hello

I would like to draw a bar chart without the value of each bar drawn in the graph

I work in visual C++.net

how can I do that?

Thanks by advanced

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Tue Aug 31, 2004 7:09 am

Hi ---
I would like to draw a bar chart without the value of each bar drawn in the graph

I work in visual C++.net

how can I do that?
Try:

Code: Select all

m_Chart1.Series(0).GetMarks().SetVisible(false);
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

Pade
Newbie
Newbie
Posts: 7
Joined: Wed Jul 14, 2004 4:00 am
Location: france

Post by Pade » Tue Aug 31, 2004 9:06 am

Thanks very much

pascal

Post Reply