Hi,
Can we insert chart in Ribbon.
regards,
Ceaser
The Toolbarmanager which contains the ribbon can have ControlContainerTools which allow you to place any control inside of it. There is also a PopupControlContainerTool if you want it to appear in a dropdown.
Hi Kim ,
Thanks for the reply
Can you help me to find some dot net code for adding control containers in Ribbon
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
Thanks kim for the help,
I have tried PopupcontrolContainer it is working.
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).