Search
ChartTheme.ThemeStyle Property
See Also
 





Gets or sets the style of this theme.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Style ThemeStyle { get; set; }

Visual Basic  Copy Code

Public Property ThemeStyle As Style

 Property Value

An instance of the WPF Style class. The default is an empty Style object.

 See Also