Gets or sets the Pie object.

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

Syntax

C#
[XmlAttributeAttribute]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public Pie Pie { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Pie As Pie
	Get
	Set

Remarks

The Pie object contains properties specific to Pie charts.

See Also