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
remove data value in a simple bar chart
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi ---
Try: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?
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/
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/