Sharmila

Customization Of Mscolumn2D Chart

Recommended Posts

Hi,

 

I need to customize the multi series column 2D bar chart same as the attached file. Please specify how to customize this??

 

Please note that the Multi-series Column chart cannot be customized exactly as per your screenshot, however, we have tried to achieve something closer to your requirement using the following font styles. However, please note that except the font color, no other styles attribute is supported in the JavaScript charts.

Ex:

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

 

Please check with the attached screenshot for your reference.

 

post-8144-0-24989600-1356700734_thumb.jpg

 

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