Sign in to follow this  
dotSbuda

Doted Line

Recommended Posts

Guest Madhumita

Hello,

I'm afraid, dotted lines can not be drawn using FusionCharts V3.

However, for Line.swf, you can use the following attributes:

lineDashed ---> ( Boolean 0/1 )Configuration whether to show the lines on the chart as dash.

lineDashLen ---> ( Number  In Pixels )If the lines are to be shown as dashes, this attribute defines the length of dash.

lineDashGap ---> (Number  In Pixels )If the lines are to be shown as dashes, this attribute defines the length of dash gap.

Now, if you set lineDashed='1' and effectively decrease the lineDashLen and increase the lineDashGap you will get something similar to a dotted line.

e.g. if you set lineDashed='1' lineDashlen='1' lineDashGap='6' in the <chart> element you will get a dotted line. Please refer to the attached picture.

post-6209-128441581657_thumb.jpg

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