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
close icon

Why cannot I initialize a blank chart?

Hello everyone,
There is default Bar chart when I initialize a blank chart,who can tell me how to realize a blank chart?
Any help will be appreciated!


Jerry


2 Replies

BP Bhuvaneswari P Syncfusion Team May 8, 2008 01:54 PM UTC

Hi Jerry,

Thank you for your interest in Syncfusion products.

For this we have implemented one new property called "AddRandomSeries". This will helps us to clear all the series including default series. This will create an empty or blank chart.


Code Snippet :
ChartControl chart = new ChartControl();
//Clrear random
chart.AddRandomSeries = false;


Note :

This property we have implemented internally. This feature will be available in our next weekly development build.

Please refer to the below link for the weekly development build updates.
http://www.syncfusion.com/downloads/product/build.aspx

For unlock key, Please send an email to salessupport@syncfusion.com

Please let me know if you have any questions.

Regards,





BP Bhuvaneswari P Syncfusion Team May 8, 2008 01:56 PM UTC

Hi Jerry,

Thank you for your interest in Syncfusion products.

For this we have implemented one new property called "AddRandomSeries". This will helps us to clear all the series including default series. This will create an empty or blank chart.

Code Snippet :


ChartControl chart = new ChartControl();
//Clrear random
chart.AddRandomSeries = false;



Note :

This property we have implemented internally. This feature will be available in our next weekly development build.

Please refer to the below link for the weekly development build updates.

http://www.syncfusion.com/downloads/product/build.aspx


For unlock key, Please send an email to salessupport@syncfusion.com

Please let me know if you have any questions.

Best Regards,
Bhuvana


Loader.
Live Chat Icon For mobile
Up arrow icon