donli Report post Posted March 7, 2012 I want to remove AlternateHGridColor for Stacked Bar 2D Chart http://www.fusioncharts.com/goodies/fusioncharts-free/chart-gallery/show.asp?id=32 I set showAlternateHGridColor='0' but seems not works Any suggestions? Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted March 8, 2012 Hi, It seems you are trying to remove the alternate vertical grid color for Stacked Bar 2D Chart as we can not set horizontal grid color for this chart. So to remove alternate vertical grid color, Please try by setting "showAlternateVGridColor" to "0". Ref. Code: <chart ... showAlternateVGridColor='0' ...> For more information on "Stacked Bar 2D Chart", please follow the link below: http://docs.fusioncharts.com/charts/contents/?ChartSS/StBar2D.html If this is what you are not looking for, please explain a bit more on your issue. Hope this helps!! Share this post Link to post Share on other sites
donli Report post Posted March 8, 2012 Thank you very much! Hi, It seems you are trying to remove the alternate vertical grid color for Stacked Bar 2D Chart as we can not set horizontal grid color for this chart. So to remove alternate vertical grid color, Please try by setting "showAlternateVGridColor" to "0". Ref. Code: <chart ... showAlternateVGridColor='0' ...> For more information on "Stacked Bar 2D Chart", please follow the link below: http://docs.fusionch...SS/StBar2D.html If this is what you are not looking for, please explain a bit more on your issue. Hope this helps!! Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted March 12, 2012 You are Welcome. Share this post Link to post Share on other sites