Sign in to follow this  
mgarneau

Problem with the Grid component textVerticalPadding

Recommended Posts

I am trying to customize the Grid component. I am passing a few parameters to it and most of them work just fine. However, I've noticed that the textVerticalPadding does not produce the expected result.

Even though I am using this:

myGrid.addVariable(

'textVerticalPadding', '0');

..the vertical space between each item is quite big. The only workaround is to reduce the size of the Flash component.

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

The textVerticalPadding works for the grid component upto a certain level. Even setting it to zero works. If you test with several set elements you will notice that for the same size of the grid more legends are showing on a single page than when a higher value of textVerticalPadding is used. If you can please send us a screen-shot of the grid chart along with the XML and specify the chart height for the grid, we will find out where the issue lies.

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