|
AnimatedBarGaugeStyle | VerticalThermometer |
HorizontalBar |
| (Required) Indicates the type of Animated Bar Gauge, horizontal or vertical, bar or thermometer. The thermometer styles show a bulb at the bottom of the scale. |
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. |
BarColor | | The color of the bar.
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. |
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%". |
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. |
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. |
LowerBound | | (Required) The lower, or bottom value of the scale. |
MajorTickColor | | The color of the major tick marks.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
MinorTickFrequency | | Minor tick marks are smaller, and do not have numbered labels. The frequency indicates the number of minor tick marks between each major tick mark. |
TickColor | | The color of the tick marks.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
TickCount | | The number of major tick marks for the scale. For example, a gauge with a scale that runs from 0 to 100 should specify 10 tick marks. (The first tick mark, usually 0, is assumed - so there are actually 11 tick marks for a scale from 0 to 100.)
Set TickCount="0" for no tick marks.
For the InputSlider element, this attribute controls the detents, or stop points, as the thumb is dragged. Visible tick marks must be built into the image when the image is designed. The InputSlider does not automatically create visible tick marks. |
TickLabelColor | | The color of the tick mark labels.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
TickLabelFontName | | A font name for the tick mark labels. |
TickLabelFontSize | | The font size, in points. |
TickLength | | The length of the tick marks, in pixels. |
TickThickness | | The thickness of the tick marks, in pixels. |
UpperBound | | (Required) The upper, or top value of the scale. |
Value | | (Required) A value for the element. |