Sign in to follow this  
ravi_kulkarni

plotSpacePercent for ScrollLine2D

Recommended Posts

Hi,

 

We are using ScrollLine2D.swf chart to render the xml and we need to use the plotSpacePercent property but this property is written for column charts only.

 

Can anybody suggest how we will achieve the feature like plotSpacePercent in ScrollLine2D?

 

In the attached png, we would like to reduce the space between Day-7 and Day 1 columns (basically x-axis space).

 

Thanks

 

Share this post


Link to post
Share on other sites

Hi,

 

Yes, the attribute "plotSpacePercent" is not meant for Scroll Line 2D chart.

 

It seems that the screenshot that you intended to send across did not get attached.

 

Could you please attach it again?

Share this post


Link to post
Share on other sites

Hi,

 

The space between two x-axis labels depends on factors like the left and right margins of the chart, left and right margins of the canvas, number of visible data plots in the visible area of scroll pane, among the others.

 

Hence, if you want to reduce the space between two x-axis labels, you may choose to show more data plots or increase the space between margins(the start of chart canvas and the start (x) of chart).

 

Eg.

<chart numVisiblePlot='13'  ... >

 

Hope this helps.

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