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