|
Animation | | This is used to turn animation off in animated charts. They are set to be animated by default. |
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. |
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. |
ChartDataColumn | | (Required) Set this to a column returned from the DataLayer. It represents the data value for each item charted. These are listed across the y-axis. |
ChartHeight | | (Required) The height of the chart image, in pixels. |
ChartLabelColumn | | Set this to a column returned from the DataLayer. It represents the name of each item, or data value, charted. For charts with x and y axes, these are listed across the x-axis. |
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%". |
Colors | | Sets the element's colors in cases where multiple colors should be listed. For example, for pie charts, each slice should be a different color. You can set these colors by specifying color names or RGB values, each separated by a comma. When there are more slices than colors, the list starts back at the beginning.
RGB values should include the hash character, for example: #FF0000 |
D3 | | Indicates if the chart, or chart layer, is displayed in a 3-dimensional format. Set the value to False or 0 for a flat appearance.
For animated charts, the value can be True or False. For other elements, the value is in pixels, so the larger the value, the thicker the 3-D effect. |
D3Angle | | 3 dimensional pie charts can be adjusted in a horizontal plane using this attribute.
Set it to a value between 0 and 90 degrees for Static Charts or 30 and 80 degrees for Animated Charts to rotate the 3D pie chart accordingly.
The default is 45 for Static Charts and 55 for Animated Charts. |
D3Effects | | When this attribute is True, the Animated gauge/pie chart will get a light shadow around which will give it a 3-D effect.
For animated bar charts, it will remove the background gradient.
This attribute only applies to 2-Dimensional animated pie charts and 3-Dimensional animated bar charts. |
ExplodedWedgesColumn | | Exploded Wedge Column pulls wedges away from the pie chart so that they are highlighted. Set this attribute to a column returned from the DataLayer. All wedges with a column value greater than 0 are exploded. |
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. |
LabelDistance | | This sets the distance of the labels from the pie edge.
Set this to a value in pixels.
|
PieChartType | | (Required) Select the type of pie chart, a standard pie or a doughnut style chart. |
PieRadius | | Sets the radius, or size, of a Pie chart, in pixels. |
SecurityRightID | | When entered, access to this element can be controlled with Logi security. Supply the ID of a right defined in the applications settings’ Security element. Only users that have a right in the SecurityRightID will be able to see the element.
Note that when rights come from RightFromRole elements under Security/UserRights, and this element's SecurityRightID does NOT match any of the Right IDs defined in the Settings definition, then the user DOES have access. But when Right IDs are instead derived from RightsFromDataLayer or RightsFromRoles elements, and the user DOES NOT have a matching Right, then the user DOES NOT have access.
You can enter multiple right IDs, separated by commas. In this case, the user sees the element if he has any one of the Rights.
|
ShowNames | | 0/1. Set this to 1 if you want the x-axis names to be displayed alongside the values.
For Pie Charts, the default value is 1. |
ShowValues | | 0/1. Set this to 1 if you want the x-axis values to be displayed.
Values will be displayed alongside the pyramid gauge, while over the funnel gauges.
For Pie Charts, the default value is 1.
|
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. |
Transparency | | Indicates a level of transparency of the element. The lowest value of 0 indicates that the element is opaque, with no transparency. The other end of the scale, 15, indicates a completely transparent element. Use medium-level transparency to allow different chart layers to show through each other. |
WedgeBorderColor | | WedgeBorderColor sets the color of a border line between each pie wedge. |
WedgeBorderThickness | | WedgeBorderThickness sets the thickness of a border line between each pie wedge.
Values should be between 0 and 5. |