‎2007 Sep 20 4:28 PM
Hi to all!
I use the gfw classes to make a chart. I set the title with
call method bundle_drawing->if_customizing~set
EXPORTING
attr_id = cl_cu_drawing_area=>co_title
value = uschrift.
It work great! But sometimes the title is to long. How I can make a second line or a subtitle?
thank to everybody!
sincerly
arne
‎2007 Sep 21 3:15 PM
Hi Arne,
best way to avoid any length restrictions with the title is to stop working with the GFW. Instead use the chart engine.
Download the SAP Chart Designer from SDN - Downloads - WebAs and have a look at the demo reports GRAPHICS_CE.
The chart engine is available as class CL_GUI_CHART_ENGINE or CL_IGS_CHART_ENGINE.
Regards, Kai