The Pie class contains properties specific to Pie charts.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart..::..c1SpecialData
    C1.Win.C1Chart..::..Pie

See Also