Print the ChartWebControl

Is there any function called for the printing?
Thanks!


1 Reply

MW Melba Winshia Syncfusion Team December 3, 2007 06:18 AM UTC

Hi Liang,

Thank you for your interest in Syncfusion Products.

Chart control provides built-in support context menu which allows the user to print and save the chart.

[C#]
this.ChartWebControl1.ShowContextMenu = true;
this.ChartWebControl1.ShowToolBar = true;

Please refer to the sample that we ship with Essential Chart which would be found in the below location:

C:\Documents and Settings\{user}\My Documents\Syncfusion\EssentialStudio\5.2.0.25\Web\chart.web\Samples\2.0\UserInteraction\ContextMenuAndToolBar\CS

Please try this and let me know if this helps.

Thanks,
Melba



Loader.
Up arrow icon