Whatever message this page gives is out now! Go check it out!
cfgraph tag attribute | ColdFusion MX functionality |
Title | Ignored. |
Titlefont | Ignored. |
Barspacing | Ignored. |
Bordercolor | Color used for border, gridlines, and text displays. |
Colorlist | List of colors to use for each data point for bar, pyramid, area, horizontalbar, cone, cylinder, step, and pie charts. |
Valuelabelfont | Sets value label text font. If the Valuelabelfont, Itemlabelfont, and Legendfont values differ, ColdFusion uses the last value that you specify in the tag.Arial is not supported; it is mapped to Dialog. |
Itemlabelfont | Sets item label text font. If the Valuelabelfont, Itemlabelfont, and Legendfont values differ, ColdFusion uses the last value that you specify in the tag.Arial is not supported; it is mapped to Dialog. |
Legendfont | Sets legend text font. If the Valuelabelfont, Itemlabelfont, and Legendfont values differ, ColdFusion uses the last value that you specify in the tagArial is not supported; it is mapped to Dialog. |
ShowLegend |
|
Valuelabelsize | Sets value label text size. If the Valuelabelsize and Itemlabelsize values differ, ColdFusion uses the last value that you specify in the tag. |
Itemlabelsize | Sets item label text size. |
Itemlabelorientation | Ignored. ColdFusion calculates best orientation based on label and graph size. |
Borderwidth |
|
Depth |
|
Linewidth | Ignored. |
Showvaluelabel |
|
Valuelocation | Ignored. |
url | URL of page to open if any item in the graph is clicked. The following variables may be used within the URL; they are substituted with real values before the URL is accessed:
|
Urlcolumn | Ignored. |
Type="HorizontalBar" | The (0,0) coordinate is located at the lower left. |
ScaleFrom | If the smallest value in the data is less than scaleFrom or the largest value in the data is greater than scaleTo, the respective data value is used as the minimum or maximum on the Y scale. Therefore, regardless of the scaleFrom or scaleTo value, all data values display. |