We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

web chart control zooming and printing

Hi,
I have following queries regarding web chart control:-
1- Do your web(ASP.NET)chart control support zooming and printing functionalites ?
2- can your web chart control be used on https also ?

Please reply ASAP as we are in the process of finalizing chart controls for our application.

Regards
Akshay

5 Replies

MW Melba Winshia Syncfusion Team August 15, 2007 07:57 AM UTC

Hi Akshay,

Thank you for your intererst in Essential Chart.

Issue 1:(Do your web(ASP.NET)chart control support zooming )
---------

Yes. Chart web control supports zooming. To enable zooming along X axis, use the EnableXZooming property and to enable zooming along the Y axis, use EnableYZooming property.

[C#]
//Zoom X axis
this.ChartWebControl1.EnableXZooming=true;

Please refer the sample in the below link which illustrates the above.

http://websamples.syncfusion.com/samples/Chart.Web/5.1.0.51/67322/main.htm


Issue 2: (Do your web(ASP.NET)chart control support Printing)
-------

Yes. Chart web control supports Printing. You can use ChartWebControl tool bar to print the chart.

[C#]

//toolbar to print
this.ChartWebControl1.ShowToolBar = true;

Please refer the sample in the below link which illustrates the above.

http://websamples.syncfusion.com/samples/Chart.Web/5.1.0.51/67322_Print/main.htm


Issue 3: (can your web chart control be used on https also)
-------

Yes. Chart web control can be used on https also.

Please try the above samples and let me know if it helps.

Thanks,
Melba



AD Administrator Syncfusion Team June 23, 2009 07:24 PM UTC

Can you put this example again on-line? I need to see to use in my app. Or give a short example in vb.net?

Thanks.
Vinicius


MS Manimala S Syncfusion Team June 24, 2009 12:59 PM UTC

Hi Vinicius,

Thanks for using Essential Chart.

I have created a new sample to meet the zooming and printing requirement in Webchart control. Kindly, get the sample from the following location.

http://files.syncfusion.com/support/Chart.Web/7.2.0.37/F67322/main.htm

Kindly, let me know if it satisfies your requirement.

Thanks,
Manimala.


AD Administrator Syncfusion Team June 25, 2009 12:15 PM UTC

Hi Manimala,

Perfect, works fine!! But i didn´t found this subject in Online Documentation. It´s good to add it.

Thanks,
Vinicius.


MS Manimala S Syncfusion Team June 25, 2009 01:46 PM UTC

Hi Vinicius,

Thanks for the update.

We already have this in our online documentation and here is the link

http://help.syncfusion.com/ug_72_new/chartweb/ZoomingAndScrolling1.html


Thanks,
Manimala.

Loader.
Live Chat Icon For mobile
Up arrow icon