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() |
public String bgColor
public String bgAlpha
public Integer showBorder
public String borderColor
public Integer borderThickness
public String borderAlpha
public String bgRatio
public String bgAngle
public String bgSWF
public String bgSWFAlpha
public String canvasbgColor
public String canvasbgAlpha
public String baseFont
public String baseFontSize
public String baseFontColor
public String caption
public String subCaption
public String xAxisName
public String yAxisName
public String showValues
public Integer showToolTip
public Integer showToolTipShadow
public Integer drawToolbarButtons
public String showPercentageInLabel
public String xAxisMinValue
public String xAxisMaxValue
public String yAxisMinValue
public String yAxisMaxValue
public Integer palette
public String paletteColors
public Integer unescapeLinks
public Integer showPrintMenuItem
public Integer showAboutMenuItem
public String aboutMenuItemLabel
public String aboutMenuItemLink
public String defaultAnimation
public ChartStyles styles
public String exportEnabled
public String exportHandler
public String exportAtClient
public String exportAction
public String exportTargetWindow
public String exportFileName
public String exportFormats
public String exportShowMenuItem
public Integer showExportDialog
public String exportDialogMessage
public String exportDialogColor
public String exportDialogBorderColor
public String exportDialogFontColor
public String exportDialogPBColor
public Integer formatNumber
public Integer formatNumberScale
public Integer forceDecimals
public String numberPrefix
public String numberSuffix
public Integer decimals
public Integer rotateLabels
Copyright © 2015 jiucai.org. All rights reserved.