liyaqatm Report post Posted February 8, 2010 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
Guest Basundhara Ghosal Report post Posted February 8, 2010 Hi, Please refer to the link below that contains all the XML attributes for each type of charts included in the FusionCharts suite. Ref.- http://www.fusioncharts.com/docs/ Hope this helps. Share this post Link to post Share on other sites
liyaqatm Report post Posted February 8, 2010 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 Report post Posted February 8, 2010 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. Share this post Link to post Share on other sites
liyaqatm Report post Posted February 8, 2010 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
Guest Basundhara Ghosal Report post Posted February 8, 2010 Hi, Thanks for your reply. Please refer to the links below for the detailed information on the XML attributes of Pie Charts and Linear Gauge Charts. Ref.- http://www.fusioncharts.com/docs?/ChartSS/Pie3D.html http://www.fusioncharts.com/docs?/ChartSS/Pie2D.html http://www.fusioncharts.com/widgets/docs?/Linear_XML.html Hope this helps. Share this post Link to post Share on other sites