Gets or sets the chart type.

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

Syntax

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

See Also