Gets or sets a Theme specifying appearance of dashboard elements.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Theme Theme { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Theme As Theme |
An instance of the Theme class.
See Also