org.jiucai.appframework.base.chart.fc
类 BaseFusionChart

java.lang.Object
  继承者 org.jiucai.appframework.base.chart.fc.BaseChart
      继承者 org.jiucai.appframework.base.chart.fc.BaseFusionChart
直接已知子类:
MultiChart, SingleChart

public class BaseFusionChart
extends BaseChart


字段摘要
 String aboutMenuItemLabel
          String The menu item label for the custom context menu item.
 String aboutMenuItemLink
          String URL Link for the custom context menu item.
 String baseFont
          Font Name This attribute lets you set the font face (family) of all the text (data labels, values etc.) on chart.
 String baseFontColor
          Hex color code without # This attribute sets the base font color of the chart i.e., all the values and the names in the chart which lie on the canvas will be displayed using the font color provided here.
 String baseFontSize
          0-72 This attribute sets the base font size of the chart i.e., all the values and the names in the chart which lie on the canvas will be displayed using the font size provided here.
 String bgAlpha
          Lets you set the alpha (transparency) for the background.
 String bgAngle
          Angle of the gradient fill (in degrees - 0-360)
 String bgColor
          Lets you set the background color for the chart.
 String bgRatio
          Ratio of each color in the gradient on a scale of 100.
 String bgSWF
          Lets you specify the Url (with full path) of the background image / SWF File.
 String bgSWFAlpha
          You can configure the alpha of the background (loaded) image using this property. bgSWFAlpha="40"
 String borderAlpha
          Border alpha of the chart
 String borderColor
          Border color of the chart
 Integer borderThickness
          Border thickness of the chart (in pixels)
 String canvasbgAlpha
           
 String canvasbgColor
           
 String caption
          String Caption of the chart.
 Integer decimals
          保留小数的位数, 1 - 10 位 formatNumber=1 时生效。
 String defaultAnimation
           
 Integer drawToolbarButtons
           
 String exportAction
           
 String exportAtClient
           
 String exportDialogBorderColor
           
 String exportDialogColor
           
 String exportDialogFontColor
           
 String exportDialogMessage
           
 String exportDialogPBColor
           
 String exportEnabled
           
 String exportFileName
           
 String exportFormats
           
 String exportHandler
           
 String exportShowMenuItem
           
 String exportTargetWindow
           
 Integer forceDecimals
          小数点后数字强制显示
 Integer formatNumber
          是否显示 千 百万 等的逗号分隔符
 Integer formatNumberScale
          是否用 K M 等缩写显示数字
 String numberPrefix
          数字前缀
 String numberSuffix
          数字后缀
 Integer palette
          Number 1-5 FusionCharts v3 introduces the concept of Color Palettes.
 String paletteColors
          String List of hex color codes separated by comma While the palette attribute allows to select a palette theme that applies to chart background, canvas, font and tool-tips, it does not change the colors of data items (i.e., column, line, pie etc.).
 Integer rotateLabels
          是否纵向显示标签
 Integer showAboutMenuItem
          Boolean 0/1 Setting this to 1 shows up a custom context menu in the chart, which can be customized to show your text and can be linked to your Url.
 Integer showBorder
          Whether to show a border around the chart or not.
 Integer showExportDialog
           
 String showPercentageInLabel
           
 Integer showPrintMenuItem
           
 Integer showToolTip
           
 Integer showToolTipShadow
           
 String showValues
           
 ChartStyles styles
          FusionCharts v3 introduces Styles to help you apply font, effects and animations to various objects of the chart.
 String subCaption
          String Sub-caption of the chart.
 Integer unescapeLinks
           
 String xAxisMaxValue
          Number The bubble/scatter chart have both x and y axis as numeric.
 String xAxisMinValue
          Number The bubble/scatter chart have both x and y axis as numeric.
 String xAxisName
          String X-Axis Title of the Chart.
 String yAxisMaxValue
          Number This attribute helps you explicitly set the upper limit of the chart.
 String yAxisMinValue
          Number This attribute helps you explicitly set the lower limit of the chart.
 String yAxisName
          String Y-Axis Title of the chart.
 
构造方法摘要
BaseFusionChart()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

bgColor

public String bgColor
Lets you set the background color for the chart. Use hex color code without #. To use a gradient fill, specify all the colors required for the gradient fill separated by commas here. bgColor="647881" bgColor="999999,FFFFFF"


bgAlpha

public String bgAlpha
Lets you set the alpha (transparency) for the background. Valid range is from 0-100.


showBorder

public Integer showBorder
Whether to show a border around the chart or not. By default, it's set to 1 in 2D charts and 0 in 3D charts


borderColor

public String borderColor
Border color of the chart


borderThickness

public Integer borderThickness
Border thickness of the chart (in pixels)


borderAlpha

public String borderAlpha
Border alpha of the chart


bgRatio

public String bgRatio
Ratio of each color in the gradient on a scale of 100. The total ratios specified as this attribute should sum up to 100. For example, if you want to plot a equidistant gradient for 2 colors, specify bgRatio as "0,100". bgRatio="40,60"


bgAngle

public String bgAngle
Angle of the gradient fill (in degrees - 0-360).;


bgSWF

public String bgSWF
Lets you specify the Url (with full path) of the background image / SWF File. Make sure that the image and the chart SWF file are in the same sub-domain and you're providing a relative path. Absolute paths would be ignored and logged in debug window. bgSWF="FruitsPic.jpg"


bgSWFAlpha

public String bgSWFAlpha
You can configure the alpha of the background (loaded) image using this property. bgSWFAlpha="40"


canvasbgColor

public String canvasbgColor

canvasbgAlpha

public String canvasbgAlpha

baseFont

public String baseFont
Font Name This attribute lets you set the font face (family) of all the text (data labels, values etc.) on chart. If you specify outCnvBaseFont attribute also, then this attribute controls only the font face of text within the chart canvas bounds.


baseFontSize

public String baseFontSize
0-72 This attribute sets the base font size of the chart i.e., all the values and the names in the chart which lie on the canvas will be displayed using the font size provided here.


baseFontColor

public String baseFontColor
Hex color code without # This attribute sets the base font color of the chart i.e., all the values and the names in the chart which lie on the canvas will be displayed using the font color provided here.


caption

public String caption
String Caption of the chart.


subCaption

public String subCaption
String Sub-caption of the chart.


xAxisName

public String xAxisName
String X-Axis Title of the Chart.


yAxisName

public String yAxisName
String Y-Axis Title of the chart.


showValues

public String showValues

showToolTip

public Integer showToolTip

showToolTipShadow

public Integer showToolTipShadow

drawToolbarButtons

public Integer drawToolbarButtons

showPercentageInLabel

public String showPercentageInLabel

xAxisMinValue

public String xAxisMinValue
Number The bubble/scatter chart have both x and y axis as numeric. This attribute lets you explicitly set the x-axis lower limit. If you do not specify this value, FusionCharts will automatically calculate the best value for you. xA


xAxisMaxValue

public String xAxisMaxValue
Number The bubble/scatter chart have both x and y axis as numeric. This attribute lets you explicitly set the x-axis upper limit. If you do not specify this value, FusionCharts will automatically calculate the best value for you.


yAxisMinValue

public String yAxisMinValue
Number This attribute helps you explicitly set the lower limit of the chart. If you don't specify this value, it is automatically calculated by FusionCharts based on the data provided by you.


yAxisMaxValue

public String yAxisMaxValue
Number This attribute helps you explicitly set the upper limit of the chart. If you don't specify this value, it is automatically calculated by FusionCharts based on the data provided by you.


palette

public Integer palette
Number 1-5 FusionCharts v3 introduces the concept of Color Palettes. Each chart has 5 pre-defined color palettes which you can choose from. Each palette renders the chart in a different color theme. Valid values are 1-5.


paletteColors

public String paletteColors
String List of hex color codes separated by comma While the palette attribute allows to select a palette theme that applies to chart background, canvas, font and tool-tips, it does not change the colors of data items (i.e., column, line, pie etc.). Using paletteColors attribute, you can specify your custom list of hex colors for the data items. The list of colors have to be separated by comma e.g., . The chart will cycle through the list of specified colors and then render the data plot accordingly. To use the same set of colors throughout all your charts in a web application, you can store the list of palette colors in your application globally and then provide the same in each chart XML.


unescapeLinks

public Integer unescapeLinks

showPrintMenuItem

public Integer showPrintMenuItem

showAboutMenuItem

public Integer showAboutMenuItem
Boolean 0/1 Setting this to 1 shows up a custom context menu in the chart, which can be customized to show your text and can be linked to your Url. For e.g., you can set the context menu of the chart to include "About your company name" and then link to your company home page. By default, the chart shows "About FusionCharts" when right clicked.


aboutMenuItemLabel

public String aboutMenuItemLabel
String The menu item label for the custom context menu item.


aboutMenuItemLink

public String aboutMenuItemLink
String URL Link for the custom context menu item. You can specify the link in FusionCharts Link format to be able to open the same in new window, pop-ups, frames or as JavaScript links. link format doc : Contents/DrillDown/LinkFormat.html


defaultAnimation

public String defaultAnimation

styles

public ChartStyles styles
FusionCharts v3 introduces Styles to help you apply font, effects and animations to various objects of the chart. Styles lends a simple mechanism using which you can easily control the visual layout of charts.


exportEnabled

public String exportEnabled

exportHandler

public String exportHandler

exportAtClient

public String exportAtClient

exportAction

public String exportAction

exportTargetWindow

public String exportTargetWindow

exportFileName

public String exportFileName

exportFormats

public String exportFormats

exportShowMenuItem

public String exportShowMenuItem

showExportDialog

public Integer showExportDialog

exportDialogMessage

public String exportDialogMessage

exportDialogColor

public String exportDialogColor

exportDialogBorderColor

public String exportDialogBorderColor

exportDialogFontColor

public String exportDialogFontColor

exportDialogPBColor

public String exportDialogPBColor

formatNumber

public Integer formatNumber
是否显示 千 百万 等的逗号分隔符


formatNumberScale

public Integer formatNumberScale
是否用 K M 等缩写显示数字


forceDecimals

public Integer forceDecimals
小数点后数字强制显示


numberPrefix

public String numberPrefix
数字前缀


numberSuffix

public String numberSuffix
数字后缀


decimals

public Integer decimals
保留小数的位数, 1 - 10 位 formatNumber=1 时生效。


rotateLabels

public Integer rotateLabels
是否纵向显示标签

构造方法详细信息

BaseFusionChart

public BaseFusionChart()


Copyright © 2013. All Rights Reserved.