I need to create Line Graph in SAP.
I am able to create bar graphs using interface IF_IXML_DOCUMENT.
By using this we can create line graphs as it is mentioned in chart types of SAP.
but when i enter
create_simple_element(
name = 'Lines' parent = global_settings)..nothing happens!! The chart displayed is a bar chart and not a line graph!!
Kindly help!!!