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

Chart Series Tooltips (Reporting)

5 Answers 138 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 26 Mar 2013, 07:15 PM
Dear Sirs,

First, you've got an awesome product!  We've been using your ASP.Net, WinForms and Reporting for a few years and we've produced great results from them...

Ok, old issue...  Within Reporting 2013 Q1, can we effect chart series tooltips?  I've read the older forum posts saying that it may be coming and now I see in the 2013 Q1 Online Documentation items for things like ActiveRegions but not sure how/if this can make it happen.

Basically, we have multiple line series on a chart each with PointMarks and no data labels.  It would be wonderful for a user to be able to mouseover a PointMark and see more information.

I've tried:
For i As Integer = 1 To SummaryData.GetUpperBound(0)
    Dim myItem As New ChartSeriesItem(SummaryData(i).sValue)
    If SummaryData(i).sValue1 = 0 And Me.ReportParameters("HideZeros").Value Then
        myItem.Label.Visible = False
        myItem.Empty = True
    End If
    myItem.ActiveRegion.Tooltip = SeriesName(2)
    chartSeries1.AddItem(myItem)
Next

This produces no compile or runtime errors and the chart looks great - but it does not enable a mouseover effect (aka tooltip) in the chart in the ReportViewer when the user moves their mouse over a series PointMark.

Hopefully waiting,
Steve

5 Answers, 1 is accepted

Sort by
0
IvanY
Telerik team
answered on 27 Mar 2013, 01:27 PM
Hello Steven,

We can see from your code that you are actually looking at the old Chart item and not the new Graph. Tooltips in the Chart are not functional and we do not plan future development of the Chart. However the new Graph that is designed to replace the Chart will have tooltips but currently we cannot engage with a certain time frame. You can rest assured that this feature has high rank in our to do list and it will be delivered as soon as possible.

For more information please check this Graph item blog. The documentation for it is coming soon, until then more information can be found in the following blog posts:


All the best,
IvanY
the Telerik team

Telerik Reporting Q1 2013 available for download with impressive new visualizations. Download today from your account.

0
Kyle
Top achievements
Rank 1
answered on 29 Apr 2016, 02:48 PM
Did this ever get added in? I don't see it in the report designer (Q1 2016).
0
Stef
Telerik team
answered on 03 May 2016, 04:36 PM
Hello Kyle,

The feature - Tooltips in the Graph item for media having support for such, is approved, but not scheduled for development yet. Please vote for the feature to raise its priority.

Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Kyle
Top achievements
Rank 1
answered on 04 May 2016, 02:59 PM

The site is continually failing when I try to post so I'll be short.

Your link doesn't work but I found it and upvoted.

I know how to do this right now if anyone needs to know just shoot me a message.

0
Stef
Telerik team
answered on 04 May 2016, 03:16 PM
Hello Kyle,

Apologies for the error link.

For anyone concerned, this is the correct link to Telerik Reporting feedback portal.
You can search for feature requests or log new one.

Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Steve
Top achievements
Rank 1
Answers by
IvanY
Telerik team
Kyle
Top achievements
Rank 1
Stef
Telerik team
Share this question
or