Sign in to follow this  
arul_css

Column 2D vertical div line not showing

Recommended Posts

Hi

 

I have given the following chart properties for Column2D chart, in this numVDivLines given 11 , but i am not getinng the vertical div line , what is wrong on this code , how to fix this. Find the attached image of the output chart

<chart plotGradientColor="" showPlotBorder ="0" numVDivLines="11"  animation="0" divLineAlpha="0" caption=""  showValues="0" decimals="0" formatNumberScale="0" vDivLineIsDashed="1" vDivLineDashLen="10" numberPrefix="$" vDivLineDashGap="2" vDivLineColor="000000" vDivLineAlpha="80" showAlternateHGridColor="0" showFCMenuItem="0" showYAxisValues="0" showBorder="0" canvasBorderAlpha="10" toolTipBgColor="854019">\n\

Thanks

post-62658-0-87162300-1400161994_thumb.jpg

Share this post


Link to post
Share on other sites

Hi,

 

Column2D chart do not support numVDivLines.

 

Please use vLines. vLines are vertical separator lines that help you separate blocks of data. These lines run through the height of the chart, thereby segregating data into different blocks.

 

Ref. Code:

<vLine color='FF5904' thickness='2' />

 

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