Gets or sets chart theme.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
[CategoryAttribute("Appearance")]
public ChartTheme Theme { get; set; }
Visual Basic
<CategoryAttribute("Appearance")> _
Public Property Theme As ChartTheme
	Get
	Set

See Also