Sign in to follow this  
Guest Basundhara Ghosal

List of Common Fields Across All Charts

Recommended Posts

I am currently developing a system that uses almost any type of Fusion Chart.

 

 

 

What I required is a list of common attributes shared across all charts. Reason for this is because I have the following structure:

 

Chart

 

PieChart Extends Chart

 

LinearGaugeChart Extends Chart

 

 

 

So I would like to store all the commonly shared attributes like caption, charttopmargin etc.

 

 

 

Thanks !

Share this post


Link to post
Share on other sites

Yup the docs are great, but what i was looking for (without physically going through each chart type and finding common attributes) is a a list of common attributes :-)

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Thank you for your appreciation.

I am afraid, FusionCharts documentation doe not support  the list of common attributes, as it contains the detailed description of all the XML attributes for each chart separately.

Happy FusionCharting. :D

Share this post


Link to post
Share on other sites

I added the following fields...seem safe for pie and lineargauge

 

 

 

showBorder Boolean

 

borderColor Color

 

borderThickness Number

 

borderAlpha Number

 

bgColor Color

 

bgAlpha Number

 

bgRatio Number

 

bgAngle Number

 

bgSWF String

 

bgSWFAlpha Number

 

showVLineLabelBorder Boolean

 

logoURL String

 

logoAlpha Number

 

logoScale Number

 

logoLink String

 

baseFont String

 

baseFontSize Number

 

baseFontColor Color

 

showToolTip Boolean

 

toolTip String

 

toolTipBgColor Color

 

toolTipBorderColor Color

 

toolTipSepChar String

 

showToolTipShadow Boolean

 

captionPadding Number

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