Themes (Collection)

Member of:

Bullet object, Slider object, Slider object, Speedometer object, Thermometer object, TrafficLight object

Description:

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).

Example:

This example shows how to change the theme type of a speedometer from simplistic to realistic:

ActiveDocument.Sections["Dashboard"].Shapes["Speedometer"].Theme.SelectedTheme = "realistic"

Methods:

Item(Value as NameOrIndex)

Properties:

Read only:Count as number

Read-write: SelectedTheme as string

Objects:

Theme object