Hi All
I want to add a data-table like in excel to my bar chart to display the bar chart with its relevant data, please see example below.
Kind Regards,
Neil
Hi Neil,
have you found your way displaying the data as a table inside the chart?
I'm current´ly facing the same problem. Will need to work that out in the FillSceneGraph(). any good ideas on how to combine the relevant Prmimtives?
Rgds.
Daniel
Unfortunately, displaying a table in the chart is not possible. However, it is possible to add custom shapes and text, meaning that you will have to draw the table yourself in the chart's FillSceneGraph event. Here is a link you can follow to get more information about using FillSceneGraph event:http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Modify_Scene_Graph_Using_FillSceneGraph_Event.html