Sign in to follow this  
venkatc

Vline With Column2D Chart

Recommended Posts

Hi All,

 

 

We are trying to implement the 2D Column Chart in our project. I have below questions on this cahrt.

 

Question 1: How can I add different background colors for <VLine> labels ( 1 ).

Question 2: Is it possible to create my own y-axis ranges(2).

Question 3: How to draw <VLine> on the bars. Now it is hiding by the bars (3).

 

Please advice. Please let me know if any other charts have these features.

 

Please find the attachment screen shot for your reference.

 

Thanks,

Venkat.post-9989-0-06202700-1317624647_thumb.png

Share this post


Link to post
Share on other sites

Hi Venkat,

 

Welcome to FusionCharts Forum.

 

How can I add different background colors for <VLine> labels ( 1 ).

>> Starting FusionCharts v3, using the font style type, you can control the visual properties of all the text on the chart.

 

<styles>
 	<definition>
    	<style name='MyFirstFontStyle' type='font' font='Verdana'  size='9' bold='1' color='1F1F1F' bgColor='99E3BB' borderColor='E10000'  />
 	</definition>
 	<application>
    	<apply toObject='VLINELABELS' styles='MyFirstFontStyle' />
 	</application>
  </styles>

 

For more information on "Using Style", please refer the following link:

http://www.fusioncharts.com/docs/Styles/Font.html

 

 

Is it possible to create my own y-axis ranges(2).

>>Yes, it is possible to explicitly set the Y-axis range values, using yAxisMinValue and yAxisMaxValue attribute.

 

How to draw <VLine> on the bars. Now it is hiding by the bars (3).

>>I'm afraid, FusionCharts does not support this feature. :(

 

I 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