venkatc Report post Posted October 3, 2011 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. Share this post Link to post Share on other sites
Swarnam Report post Posted October 3, 2011 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