Sign in to follow this  
foz1284

Vdiv Lines on scatter chart

Recommended Posts

Hi,

 

 

 

In the documentation under

 

 

 

chart xml api - xyplotcharts - scatter(xyplot) chart - Divisional Lines and Grids

 

 

 

it states

 

"Using this set of attributes, you can control the properties of divisional lines, zero plane and alternate color bands.

 

 

 

Divisional Lines are horizontal or vertical lines running through the canvas. "

 

 

 

I have the horizontal lines working fine but cant seem to get the vertical lines working,

 

 

 

I cannot find relevant parameters, although I have tried the following to no avail:

 

 

 

numVDivLines='9'

 

showXAxisValues='1'

 

 

 

I have got the effect I would like using

 

categories verticalLineColor='666666' verticalLineThickness='1'>

 

category label='20' x='20' showVerticalLine='1'/>

 

category label='30' x='30' showVerticalLine='1'/>

 

category label='40' x='40' showVerticalLine='1'/>

 

category label='50' x='50' showVerticalLine='1'/>

 

category label='60' x='60' showVerticalLine='1'/>

 

category label='70' x='70' showVerticalLine='1'/>

 

category label='80' x='80' showVerticalLine='1'/>

 

category label='90' x='90' showVerticalLine='1'/>

 

category label='100' x='100' showVerticalLine='0'/>

 

/categories>

 

however this does not auto scale and I would like to avoid writing my own custom scaling code as with horizontal lines if possible,

 

 

 

thanks,

 

 

 

Mark

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello Mark,

 

 

 

Welcome to the FusionCharts Forum.:)

 

 

 

I am afraid auto scale functions in case of vertical lines are not available in FusionCharts .

 

 

 

You'll have to use the code that you sent us to get the vertical lines on the chart.

Share this post


Link to post
Share on other sites

I'm not sure if you have a feature request area, but our use of your product could definitely benefit from this feature as well. It makes no sense that automatic grid lines are available on some charts but not others--surely the code to implement a numVDivLine on a scatter plot can't be that different from on, say, an Area2D.

Share this post


Link to post
Share on other sites
Guest Rajroop

Hi,

 

 

 

This is an intended behavior based on user requests.

 

 

 

You can always edit this setting from source of the chart and recompile.

 

 

 

You can also modify the XML sources to set the vDivLines on and off at any point of time before rendering the chart.

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