Specifies whether the chart is polar.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool IsPolar { get; set; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Property IsPolar As Boolean
	Get
	Set

See Also