|
BackgroundColor | | Sets the background color of the element.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
BorderColor | | Sets the color of border lines.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
Color | | Sets the element's color. Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233.
For bar charts, each bar can be a different color by entering multiple colors, each separated by a comma.
When using a Crosstab Filter under the Chart's DataLayer, use comma-separated colors and a Legend element so each crosstab set can be identified. |
FontColor | | Sets the text color.
Select a color name, or an RGB value. |
FontFilename | | The name of font.
The font name may be followed by "bold" and/or "italic".
This example specifies the font "Courier New" with bold and italic:
Courier New Bold Italic
For charts and heatmaps, the default font is Arial when this attribute is blank or the font is not found on the system.
In previous versions, this attribute represented the filename of a font that is installed on the server. Font files are located in the Fonts folder, usually c:\windows\fonts. Font filenames may still be used, but font names are recommended. |
FontSize | | Specifies the size of the text. |
Height | | (Required) The height of the element.
For some elements, leave the height blank to automatically size the element to the height of the content. |
HoverColor | | Use this to set the region's color when the mouse pointer is hovered over it.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
ID | | The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
IncludeValueInLabels | | Set this to 1, to display data values in the labels for Animated Maps. |
MapType | | (Required) The kind of base map to be rendered; e.g. World, USA, China, USARegion etc.
To get specific Map names, refer to the .js files in the {application folder}\rdTemplate\rdFusionMap directory. If you want to render the Arizona map, you are looking for the *_Arizona.js file, so just enter the name of the region - "Arizona" in this case. |
OuterBorderColor | | Use this attribute to set the Outer Border Color of the chart canvas.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
RegionNameColumn | | (Required) Set this to a column returned from the DataLayer. It represents the name for each region mapped on the Animated map. |
RegionValueColumn | | (Required) Set this to a column returned from the DataLayer. It represents the value for each region mapped on the Animated map. |
ShowLabels | | True/False. Set this to False if you do not want the labels to be displayed.
The labels are set to be displayed by default. |
TooltipColumn | | For a value different than the default tooltip value, set this to a column returned from the DataLayer. It represents the tooltip value for each item. |
Width | | (Required) The width of the element. |