Application Development and Automation 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: 
Read only

Abap cl_gui_chart

Former Member
0 Likes
1,161

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,060

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

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

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

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,061

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

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

Read only

0 Likes
1,060

Thanks Mrs. Sandra.

I will try based on your link.