Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Abap cl_gui_chart

0 Kudos

Hello,

Need help about cl_gui_chart.

I have build an abap program to generate bar chart using  cl_gui_chart_engine. When i execute may chart program, it doesn't show data label. How can i set "show label" in default series to be true trough abap programming.

This is my chart when show label properties set to false in default:

This is chart when show label properties set to true:

How to make it happen using abap programming? please give me example to do it. Thanks All

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos

<Series ... ><ShowLabel>true</ShowLabel>...

Source: 3-D Bar Chart doesn't work in container. | SCN :

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos

<Series ... ><ShowLabel>true</ShowLabel>...

Source: 3-D Bar Chart doesn't work in container. | SCN :

0 Kudos

Thanks Mrs. Sandra.

I will try based on your link.