cancel
Showing results for 
Search instead for 
Did you mean: 

Business Graphics- tooltip with series values

former_member182374
Active Contributor
0 Kudos

Hi all,

I'm using the Business Graphics UI element.

I have a simple series and I want to show the series' values in the tooltip of the series.

However, the tooltip property is not bindable for simple series.

I tried using Series (not simple series), the tooltip works but I get multiple values for each category.

See attached snapshot (I want the graph to look like the left graph but with tooltips...)

http://img70.imageshack.us/img70/2977/businessgraphicsop4.jpg

Basically, I need to see the values in a tooltip on a category based chart.

Is it possible to create category based chart by using Series and not SimpleSeries?

How do I solve it?

Thanks,

Omri

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Omri,

How is the node binding with category and series ?

-Bharathwaj

former_member182374
Active Contributor
0 Kudos

Hi,

I've change the context a little and now it's looks like this:

Context:

Category (Node, singleton)

--> Series (Node, non singleton)

-


> value (Value attribute)

-->Text (Value attribute)

UI: (UI Element, property, propertyValue)

Business Grpahics -- seriesSource -- Category

--Category -- description -- Category.txt

--Series -- label -- Category.txt

--Series -- pointSource -- Category.Series

-


SeriesPoint -- tooltip -- Category.Series.Value

-


SeriesPoint -- valueSource -- Category

-


NumericValue -- value -- Category.Series.Value

Thanks,

Omri

former_member182374
Active Contributor
0 Kudos

Solved it on my own.

I used this example: http://help.sap.com/saphelp_nw04/helpdata/en/84/d33481f0bd794ba9b9ef8f4b5fa73b/content.htm

Where 'x' value is just for spaces between categories...

Omri

former_member182374
Active Contributor
0 Kudos

Anyone?