#12003/5/10 22:44:04
最近要在CF MX里要做图表!
才知道cf5.0的cfgraph标签已经被cfchart , cfchartdata , cfchartseries这些标签代替了!
可我不知道如何用这些标签!
各位有过经验的大大谁可以帮我翻译一下这些标签的解释?都如何用呀!
在cf5.0的cfgraph标签里可以用query来引用一个记录集的。还有valuelcolumn 啊!
cfchart里我都找不到同样的功能的参数呀!
-------------------------------------------
1。
chartHeight = "integer number of pixels"
chartWidth = "integer number of pixels"
scaleFrom = "integer minimum value"
scaleTo = "integer maximum value"
showXGridlines = “yes" or "no”
showYGridlines = “yes" or "no”
gridlines = "integer number of lines"
seriesPlacement = "default, cluster, stacked, percent"
foregroundColor = "Hex value or Web color"
dataBackgroundColor = "Hex value or Web color"
borderBackgroundColor = “Hex value or Web color”
showBorder = "yes" or "no” font = “font name”
fontSize = “integer font size”
fontBold = “yes" or "no”
fontItalic = “yes" or "no”
labelFormat = “number, currency, percent, date”
xAxisTitle = "title text"
yAxisTitle = "title text"
sortXAxis = "yes/no"
show3D = “yes" or "no”
xOffset = "number between -1 and 1"
yOffset = "number between -1 and 1"
rotated = "yes/no"
showLegend = "yes/no"
tipStyle = "MouseDown, MouseOver, Off"
tipBGColor = "hex value or web color"
showMarkers = ”yes" or "no”
markerSize = "integer number of pixels"
pieSliceStyle = "solid, sliced"
url = “onClick destination page"
name = "String"
----------------------------
2。
-------------------------------------------------