Bullet object, Slider object, Slider object, Speedometer object, Thermometer object, TrafficLight object
Represents an array of existing theme types for a selected gauge. The theme refers to the parts of the gauge that can be altered to change the look of the gauge without changing its functionality. The standard Interactive Reporting theme types are either realistic (three dimensional appearance) or simplistic (one dimensional appearance).
This example shows how to change the theme type of a speedometer from simplistic to realistic:
ActiveDocument.Sections["Dashboard"].Shapes["Speedometer"].Theme.SelectedTheme = "realistic"
Item(Value as NameOrIndex)
Read only:Count as number
Read-write: SelectedTheme as string
Theme object