|
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. |
Height | | The height of the element.
For some elements, leave the height blank to automatically size the element to the height of the content. |
ID | | (Required) 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. |
Idv3D | | Indicates if the Interactive Data View's charts should be shown in 3-dimensional format. |
IdvChartType | Stacked Bar |
Stacked Area |
Pie |
Line |
Clustered Bar |
| The chart type that is initially displayed when the Interactive Data View first appears. The user has the option of displaying other chart types with the IDV's menu options. |
IdvTitle | | The title that appears at the top when inside the Interactive Data View. |
IdvTitleX | | The x-axis title of the Interactive Data View. |
IdvTitleY | | The y-axis title of the Interactive Data View. |
IdvValueFormat | | Specifies the format of values displayed within the Interactive Data View. "#" suppresses zeros. "0" displays zeros. ";" separates the format between positive and negative numbers. Any character you insert in the 'Format' field (such as $) BEFORE the "#,##0.##;(#,##0.##)" entry will display on the IDV. |
Width | | The width of the element. |