Page 1 of 1

Unable to make points visible

Posted: Wed Dec 19, 2012 11:41 am
by 13051218
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

Re: Unable to make points visible

Posted: Wed Dec 19, 2012 12:31 pm
by 10050769
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,

Re: Unable to make points visible

Posted: Mon Dec 31, 2012 11:30 am
by 13051218
I'm sorry Sandra, I am getting a Syntax error with the sentence

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

Re: Unable to make points visible

Posted: Mon Dec 31, 2012 12:18 pm
by 10050769
Hello Yacu,

Thanks for information, I have modified it.

Thanks,

Re: Unable to make points visible

Posted: Mon Mar 11, 2013 8:48 pm
by 13051218
Please tell me how did you modify it, because it does not work (syntax error)
kk.jpg
kk.jpg (7.63 KiB) Viewed 11872 times

Re: Unable to make points visible

Posted: Tue Mar 12, 2013 9:04 am
by 10050769
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,

Re: Unable to make points visible

Posted: Tue Mar 12, 2013 10:13 am
by 13051218
The application is being developed within the .Net framework 2.0 in Visual Basic with Visual Studio 2010

Re: Unable to make points visible

Posted: Tue Mar 12, 2013 12:12 pm
by 10050769
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,