This is a migrated thread and some comments may be shown as answers.

[Solved] Tooltip not a member of chartbuilder

5 Answers 108 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alan Mosley
Top achievements
Rank 1
Alan Mosley asked on 15 Sep 2011, 06:23 AM
I cant add tooltip, it tells me tooltip is not a member of chartbuilder
I am using mvc3 vb with razor

any ideas?

5 Answers, 1 is accepted

Sort by
0
Monalisa
Top achievements
Rank 1
answered on 09 Oct 2011, 02:59 PM
Hi,

Even I am getting the same error for Label and Tooltip both. I am using MVC3 aspx. Following is the code snippet.
	    .ValueAxis(axis => axis
               
.Numeric().Labels(labels => labels.Format("${0:#,##0}"))
           
)
           
.Tooltip(tooltip => tooltip
               
.Visible(true)
               
.Format("${0:#,##0}")
           
)
Error:
CS1061: 'Telerik.Web.Mvc.UI.Fluent.ChartBuilder<SampleTelerikMVC.Models.ChartObject>' does not contain a definition for 'Tooltip' and no extension method 'Tooltip' accepting a first argument of type 'Telerik.Web.Mvc.UI.Fluent.ChartBuilder<SampleTelerikMVC.Models.ChartObject>' could be found (are you missing a using directive or an assembly reference?)


Can anybody throw some light . It would be a big help.

Thanks
0
Alan Mosley
Top achievements
Rank 1
answered on 09 Oct 2011, 03:06 PM
Hi, i never got an answer to this question, but I had another problem with charts Y values not lining up, I got an aswer to that question that may fix the tooltip question also. try downlading SP1


Hi Alan,

We've made the SP1 release public, please download it from here:
http://www.telerik.com/community/forums/aspnet-mvc/general/q2-2011-sp1.aspx

Kind regards,
Tsvetomir Tsonev
the Telerik team
0
Monalisa
Top achievements
Rank 1
answered on 09 Oct 2011, 05:47 PM
Thanks Alan. 
I will download and give it a try. 
0
Monalisa
Top achievements
Rank 1
answered on 10 Oct 2011, 04:37 AM
Hi Alan,

It worked. Thanks a ton :)

Monalisa
0
Alan Mosley
Top achievements
Rank 1
answered on 10 Oct 2011, 04:39 AM
Thanks for letting us know
Tags
Chart
Asked by
Alan Mosley
Top achievements
Rank 1
Answers by
Monalisa
Top achievements
Rank 1
Alan Mosley
Top achievements
Rank 1
Share this question
or