objects

ANCHORS 锚点 用于标识linearea的数值点

支持效果 Animation 动画、Shadow 阴影、Glow 发光、Bevel 倾斜、Blur 模糊

动画属性 _alpha_x_y_xScale_yScale

BACKGROUND 整个图表的背景

支持属性 AnimationShadowGlowBevelBlur

动画属性 _alpha_x_y_xScale_yScale

CANVAS 区域图中的区域

支持属性 AnimationShadowGlowBevelBlur

动画属性 _alpha_x_y_xScale_yScale

 

CAPTION 图表标题

SUBCAPTION 图表子标题

支持属性 AnimationShadowGlowBevelBlurFont 字体

动画属性 _alpha_x_y

 

DATALABELS 数据的x轴标签列表

支持属性 AnimationShadowGlowBevelBlurFont 字体

动画属性 _alpha_x_y

DATAPLOT 数据细节(如:2D图表中的列)

支持属性 AnimationShadowGlowBevelBlur

动画属性 _alpha_x_y_xScale_yScale

DATAVALUES 图表数据

支持属性 AnimationShadowGlowBevelBlurFont 字体

动画属性 _alpha_x_y

 

DIVLINES 水平的列表区域(div组成的线)

支持属性 AnimationShadowGlowBevelBlur

动画属性 _alpha_x_y_xScale

HGRID 水平的两个列表区域中交替的颜色

支持属性 AnimationShadowGlowBevelBlur

动画属性 _alpha_x_y_xScale_yScale

VDIVLINES 垂直的列表区域

VGRID 垂直的两个列表区域中交替的颜色

VLINES 垂直分割线

 

XAXISNAME x轴名称

YAXISNAME y轴名称

YAXISVALUES y轴的值列表

 

 

TOOLTIP 在鼠标移动到数据点上的时候的提示

支持属性 Font

TRENDLINES 趋势线

TRENDVALUES

 

chart

Functional Attributes

animation bool 是否使用动画

palette number(1-5) 使用默认的调色板

connectNullData bool 是否呈现空值(?猜测)

showLabels bool 是否显示标签

labelDisplay string (WRAP,STAGGER,ROTATE or NONE ) 标签的呈现方式(超长屏蔽、折行、倾斜还是不显示)

rotateLabels bool

slantLabels bool

labelStep number (1 or above)

staggerLines number (2 or above) 多少个字符后折行(labelDisplay=stagger

showValues bool 是否一直显示数据值在数据点上

rotateValues bool 是否滚动显示值 showValues=1

showYAxisValues bool 是否显示y轴数据

showLimits bool

showDivLineValues bool

yAxisValuesStep number (1 or above) y轴标记的显示间隔

adjustDiv bool 自动调整divlines

rotateYAxisName bool

yAxisNameWidth number (In Pixels)

clickURL String 图表的焦点链接地址

defaultAnimation bool 是否开启默认动画

yAxisMinValue number Y轴中最小值

yAxisMaxValue number Y轴中最大值

setAdaptiveYMin

 

Chart Titles and Axis Names

caption

subCaption

xAxisName

yAxisName

 

 

Chart Cosmetics

bgColor color 可以使用逗号分割多个颜色值 FF5904,FFFFFF

bgAlpha number (0-100) 透明度

bgRatio number (0-100) 多个颜色值所占的比率

bgAngle number (0-360) 角度

bgSWF string 背景flash,但必须在同一个域下

bgSWFAlpha number (0-100)

canvasBgColor Color 区域背景颜色

canvasBgAlpha

canvasBgRatio

canvasBgAngle

canvasBorderColor

canvasBorderThickness number (0-5) 边框厚度

canvasBorderAlpha

showBorder bool

borderColor

borderThickness number In Pixels

borderAlpha

 

Data Plot Cosmetics

showPlotBorder bool

plotBorderColor

plotBorderThickness (0-5)pixels

plotBorderAlpha

plotBorderDashed bool 是否使用虚线

plotBorderDashLen number in pixels

plotBorderDashGap number in pixels

plotFillAngle number 0-360

plotFillRatio number 0-100

plotFillAlpha

plotGradientColor color 渐变颜色

showShadow bool 是否显示阴影

plotFillColor

 

Anchors

drawAnchors bool

anchorSides Number 3-20 边数

anchorRadius number in pixels 半径

 

anchorBorderColor color hex code

anchorBorderThickness number in pixels

anchorBgColor

anchorAlpha

anchorBgAlpha

 

Divisional Lines & Grids

numDivLines number >0 水平区域线数量

divLineColor

divLineThickness number 1-5

divLineAlpha

divLineIsDashed bool 虚线

divLineDashLen

divLineDashGap

zeroPlaneColor

zeroPlaneThickness

zeroPlaneAlpha

showAlternateHGridColor

alternateHGridColor

alternateHGridAlpha

numVDivLines

vDivLineColor

vDivLineThickness

vDivLineAlpha

vDivLineIsDashed

vDivLineDashLen

vDivLineDashGap

showAlternateVGridColor

alternateVGridColor

alternateVGridAlpha

Number Formatting

formatNumber bool

formatNumberScale bool

defaultNumberScale string

numberScaleUnit string

numberScaleValue string

numberPrefix string

numberSuffix string

decimalSeparator string

thousandSeparator string

inDecimalSeparator string

inThousandSeparator string

decimals number 0-10

forceDecimals bool

yAxisValueDecimals number 0-10

 

Font Properties

baseFont

baseFontSize number 0-72

baseFontColor

outCnvBaseFont cnv canvas

outCnvBaseFontSize

outCnvBaseFontColor

 

Tool-tip

showToolTip bool

toolTipBgColor

toolTipBorderColor

toolTipSepChar

 

Chart Padding & Margins

captionPadding

xAxisNamePadding

yAxisNamePadding

yAxisValuesPadding

labelPadding

valuePadding

chartLeftMargin

chartRightMargin

chartTopMargin

chartBottomMargin

canvasPadding

 

set element

label string

value number

color color hex code

link string

toolText string

showLavel

showValue

dashed

alpha

anchorSides

anchorRadius

anchorBorderColor

anchorBorderThickness

anchorBgColor

anchorAlpha

anchorBgAlpha

 

Vertical data separator lines

 <set label='Dec 2005' value='36556' />

 <vLine color='FF5904' thickness='2' />

 <set label='Jan 2006' value='45456' />

 

color

thickness

alpha

dashed

dashLen

dashGap

 

Trend-lines

 <trendLines>

    <line startValue='895' color='FF0000' displayvalue='Average' />

 </trendLines>

 

startValue

endValue

displayValue

color

isTrendZone

showOnTop

thickness

alpha

dashed

dashLen

dashGap

valueOnRight

posted on 2010-12-14 17:00  郄永军  阅读(501)  评论(0)    收藏  举报