Sign in to follow this  
amdy789

FC for VB: how to change the size of a chart

Recommended Posts

Hi All,

 

 

 

I am playing around with Fusioncharts for VBA. I am having the problem of changing the sizes of charts. Here is what happening:

 

 

 

1) I am adding a chart to a userform and changing its height and width

 

2) open a userform

 

3) the chart placeholders always changes to a default 180 x 240

 

4) I change the size of a chart on the userform, start the form --> it again changes back.

 

5) if I open the userform in the Design mode, it shows the default size 180 x 240

 

 

 

I have managed to force the size by defining all charts' sizes upon loading the form, i.e.

 

 

 

MyForm.FusionCharts1.Width = 300

 

MyForm.FusionCharts1.Height = 230

 

 

 

But it is very annoying that I cannot save any properties of the Fusion Chart object.

 

 

 

Is it a bug?

 

 

 

Thanks

 

 

 

Andy

Edited by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this