Unable to make points visible

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Yacu
Newbie
Newbie
Posts: 31
Joined: Tue Dec 23, 2008 12:00 am

Unable to make points visible

Post by Yacu » Wed Dec 19, 2012 11:41 am

This must be a very basic question but I have not found an answer yet
I have a line series TChart.series(0) with properties defined in the editor. I just want to be able to make visible the points that define the line.
The problem is that the pointer properties are not available for the time series (I cannot get the pointer property of the series TChart.series(0).pointer)
I am using the namespaces Steema.TeeChart and Steema.TeeChart.Styles

Thank you

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Unable to make points visible

Post by Sandra » Wed Dec 19, 2012 12:31 pm

Hello Yacu,

If you want that the pointers of Line Series are visible, you only need set property pointer.visible=true as do in next line of code:

Code: Select all

(TChart.series(0) as Steema.TeeChart.Styles.Line).Pointer.Visible = True
As you see, I have use Steema.TeeChart.Styles.Line, because not all series have property pointer.

I hope will helps.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Yacu
Newbie
Newbie
Posts: 31
Joined: Tue Dec 23, 2008 12:00 am

Re: Unable to make points visible

Post by Yacu » Mon Dec 31, 2012 11:30 am

I'm sorry Sandra, I am getting a Syntax error with the sentence

(GBrutos.series(0) as Steema.TeeChart.Styles.Line).Pointer.Visible = True

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Unable to make points visible

Post by Sandra » Mon Dec 31, 2012 12:18 pm

Hello Yacu,

Thanks for information, I have modified it.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Yacu
Newbie
Newbie
Posts: 31
Joined: Tue Dec 23, 2008 12:00 am

Re: Unable to make points visible

Post by Yacu » Mon Mar 11, 2013 8:48 pm

Please tell me how did you modify it, because it does not work (syntax error)
kk.jpg
kk.jpg (7.63 KiB) Viewed 11881 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Unable to make points visible

Post by Sandra » Tue Mar 12, 2013 9:04 am

Hello Yacu,

Could you tell which technology(.Net Framework, WPF,Silverlight...) and which lenguage(C#,VB,c++) are you using to write your applications? It help us to find a good solution for your problem. On the other hand, would be very helpful for us,too, if you can send your code because we can see the problem exactly and suggest you a correct solution.


Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Yacu
Newbie
Newbie
Posts: 31
Joined: Tue Dec 23, 2008 12:00 am

Re: Unable to make points visible

Post by Yacu » Tue Mar 12, 2013 10:13 am

The application is being developed within the .Net framework 2.0 in Visual Basic with Visual Studio 2010

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Unable to make points visible

Post by Sandra » Tue Mar 12, 2013 12:12 pm

Hello Yacu,

Is a very strange problem. Could you please send us your code, because we can see exactly problem here and find a good solution for you?

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply