Hi,
Can we insert chart in Ribbon.
regards,
Ceaser
Thanks
Change the size on the chart control itself to fit in the area. You will also want to set the chart.axis.x.extent to a small value in addition to same thing for the y axis.
Kim,
Can we reduce the size of the chart when it is add as ControlContainer.
Now it is seen only some portion(bottom).
Thanks kim for the help,
I have tried PopupcontrolContainer it is working.
Add a Tool to a Ribbon Group
http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html/WinToolbarsManager_Add_a_Tool_to_a_Ribbon_Group.html
instead of FontListTool use a ControlContainertTool
Ribbon Docs:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html/WinToolbarsManager_Working_with_the_Ribbon.html
ToolbarManager Docs:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html/WinToolbarsManager.html