Tooltip on series in chart

Stimulsoft Reports.WEB discussion
Post Reply
Morgan
Posts: 11
Joined: Wed Jun 05, 2013 3:52 pm

Tooltip on series in chart

Post by Morgan »

Is it possible to get a tooltip to show up on hover-over of a series element inside a chart? Specifically, I am using a Stacked Bar series, and need additional information to show up in the tooltip for each row of data. The tooltip option exists in the interaction menu, but the 'Tooltip Data Column' (which sounds like exactly what I need) doesn't allow any values in it; clicking on it to edit does nothing.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Re: Tooltip on series in chart

Post by Jan »

Hello,

We will check this problem. I will inform you about progress.

Thank you.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Tooltip on series in chart

Post by Vladimir »

Hello,

Please set the next static option to true:

Code: Select all

StiOptions.Engine.AllowInteractionInChartWithComponents = true;
Thank you.
Post Reply