The Polar class contains properties specific to Polar charts.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(Polar..::..TypeConverter))]
public class Polar : Circular
Visual Basic
<TypeConverterAttribute(GetType(Polar..::..TypeConverter))> _
Public Class Polar _
	Inherits Circular

Inheritance Hierarchy

See Also