|
AltText | | The Alternate Text is displayed when the browser options have images turned off. The text is also used by browsers that convert text to speech or braille output. |
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. |
BorderBottom | | The border is the distance between the edge of the chart's image, and the chart itself. The value is in pixels. Use a border to leave room for labels or a legend. |
BorderLeft | | The border is the distance between the edge of the chart's image, and the chart itself. The value is in pixels. Use a border to leave room for labels or a legend. |
BorderRight | | The border is the distance between the edge of the chart's image, and the chart itself. The value is in pixels. Use a border to leave room for labels or a legend. |
BorderTop | | The border is the distance between the edge of the chart's image, and the chart itself. The value is in pixels. Use a border to leave room for labels or a legend. |
CellBorder | | The width of the border in pixels. |
CellBorderColor | | Sets the color of the border lines.
For charts, you may select "Transparent".
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
ChartHeight | | (Required) The height of the chart image, in pixels. |
ChartTexture | VerticalGradient |
RoundedEdge |
HorizontalGradient |
Flat |
DiagonalGradient |
| The texture setting to be applied to the chart. |
ChartTitle | | The title of the chart. It appears at the top of the chart image.
You can use CDML tags directly in the chart title string to specify different font colors, size etc.
Expected tag format is <*font=fontname,color=hexcolorname,size=fontsize*> or simply <*color=hexcolorname*> for just changing the color of the text after the tag.
e.g. <*font=Verdana,color=000000,size=12*>Text Part 1 <*color=999999*> Text Part 2
or <*color=000000*>Text Part 1<*color=999999*>Text Part 2<*color=4c4c4c*>Text Part 3. |
ChartWidth | | (Required) The width of the chart, usually in pixels.
For ChartCanvas charts, the value may be a percentage, by specifying the value like "50%". |
DarkBackgroundFontColor | | Heatmap cells can have different font colors depending on the darkness of each cell, making the text easier to read.
DarkBackgroundFontColor sets the color of text for cells that have a dark background. Choose a light color.
Default value is White. |
HeatmapColorDataColumn | | (Required) The name of a data field/column returned from the DataLayer. |
HeatmapLabelDataColumn | | (Required) The name of a data field/column returned from the DataLayer. |
HeatmapSizeDataColumn | | (Required) The name of a data field/column returned from the DataLayer. |
HighValueColor | | The color used for the highest values of the data set.
The default is green. |
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. |
LabelHorizontalAlignment | | Describes how a label is horizontally positioned within a parent's layout slot.
Default value is Left. |
LabelVerticalAlignment | | Describes how a label is vertically positioned within a parent's layout slot.
Default value is Top. |
LightBackgroundFontColor | | Heatmap cells can have different font colors depending on the darkness of each cell, making the text easier to read.
LightBackgroundFontColor sets the color of text for cells that have a light background. Choose a dark color.
Default value is Black. |
LowValueColor | | The color used for the lowest values of the data set.
The default is red. |
MediumValueColor | | The color used for values that are in the middle of the data set.
For CellColorSliders, the default is yellow. Otherwise, the default is the color between the LowValueColor and HighValueColor. |
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. |
RoundedBorder | | Use this attribute to set a chart with rounded frame borders.
Select a value in pixels, to set the radii of the 4 corners of the chart frame border. |
ShowWaitIcon | | Some charts can take significant time to run on the server and display in the browser. The wait icon shows a spinning image informing the user that chart content is coming. To not show the wait icon, set ShowWaitIcon="False".
The default is "True". |
Tooltip | | Text that appears when the user hovers the pointer over the image or text. |