cancel
Showing results for 
Search instead for 
Did you mean: 

Business Graphics: Speedometer chart: Change Maximum value on runtime

Former Member
0 Kudos

Hi Skilled,

We faced a little problem in our project. We use Business Graphics component and Speedometer chart on the View and we should change maximum value of the graphics on runtime.

I could easily change the maximum on design time in Chart Designer -> Axis -> Maximum Value, but I haven't found a way to change it on runtime.

Are there any known ways to change the value on runtime?

Best Regards, Dmitry

Accepted Solutions (1)

Accepted Solutions (1)

kai_gutenkunst
Active Contributor
0 Kudos

Hi,

by calling setDirectCustomizing you can provide customizing XML at runtime.

Create your own customizing XML where you define the maximum value and call this method.

You can also use the SAP Chart Designer from SDNs download area for creating the XML (just to get an idea how the XML has look like in your application).

Regards, Kai

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks a lot. This is solved my problem.