Sign in to follow this  
daapl

toolText and available variables

Recommended Posts

The toolText for Multi-series will by default show "<Series Name>, <Category Name>, <Data Value>".

 

Is there any possibility to use these values in a custom toolText.

 

Let's say for example I needed to create a toolText as: "Hello World: <Category Name> - <Series Name>", how can this be achieved?

 

 

 

Best regards

 

Peter

Edited by Guest

Share this post


Link to post
Share on other sites

set the value "toolTipSepChar" attribute as '-' inside the chart tag, e.g,

<chart caption='My XML File' toolTipSepChar='-'>
.
.
.
</chart>

Share this post


Link to post
Share on other sites

Hi, thanks for your reply!

 

I notice now that my post wasn't rendered as i expected, since i used '>' and '<' tags.

 

 

 

What i wanted is to be able to create any syntaxed label out of my variables.

 

 

 

The reason for this is that i want to set n/a for all values higher than 50. But still display the SeriesName and CategoryName.

 

 

 

Regards

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this