All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for WinForms Forum
/
Chart (obsolete as of Q1 2013)
/
RadChart Points
Cancel
Telerik UI for WinForms
Resources
Buy
Try
Thread is closed for posting
Feed for this thread
3 posts, 0 answers
RBarnes
60 posts
Member since:
Oct 2012
Posted 23 Jul 2008
Link to this post
I'm building a line rad chart, I do not wish any of my points to show so I have turned them off. After drawing the line I want to show only one point along the line. how can I do this in VB code??
Dwight
Admin
475 posts
Posted 24 Jul 2008
Link to this post
Hi Dennis,
RadChart does not natively support such functionality, but I can suggest the following workaround:
Add a point series with a single point in it and set its X and Y values.
Regards,
Evtim
the Telerik team
Instantly find answers to your questions at the
new Telerik Support Center
RBarnes
60 posts
Member since:
Oct 2012
Posted 24 Jul 2008
Link to this post
Worked, Thanks so much
Back to Top