Code: Alles auswählen.
** primary y-axis
create object bundle_axis_y
EXPORTING
instance_id = 'GFWTA_Y'.
"Text der Y-Achsen-Beschriftung
call method bundle_axis_y->if_customizing~set
exporting attr_id = cl_cu_axis=>co_title
value = 'Cost (€)'.
* tell the proxy where to use the bundle
call method gp_inst->if_graphic_proxy~add_cu_bundle
EXPORTING
port = if_graphic_proxy=>co_port_chart_y_prim_axis
bundle = bundle_axis_y
IMPORTING
retval = retval.