SelectedTheme (Property)

Applies To:

Themes collection

Description:

Returns or sets the theme type of a 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).

Action:

Read-write, String

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"