[]
        
(Showing Draft Content)

C1.WPF.C1Chart.PieOptions

PieOptions Class

Specifies various options for pie charts.

Inheritance
PieOptions
Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class PieOptions : DependencyObject

Constructors

Name Description
PieOptions()

Fields

Name Description
DirectionProperty
InnerRadiusProperty

Identifies the InnerRadius attached dependency property.

OffsetProperty

Identifies the Offset attached dependency property.

SeriesLabelTemplateProperty

Identifies the SeriesLabelTemplate attached dependency property.

StartingAngleProperty

Methods

Name Description
GetDirection(C1Chart)

Gets the value of the Direction attached property for the specified chart.

GetInnerRadius(C1Chart)

Gets the value of the InnerRadius attached property for the specified chart. The InnerRadius property controls the inner radius of pie/doughnut charts(hole size).

GetOffset(C1Chart)

Gets the value of the Offset attached property for the specified chart. The Offset property controls the distance of pie slices from the center(Explosion).

GetSeriesLabelTemplate(C1Chart)

Gets the value of the SeriesLabelTemplate attached property for the specified chart.

GetStartingAngle(C1Chart)

Gets the value of the StartingAngle attached property for the specified chart.

SetDirection(C1Chart, SweepDirection)

Sets the value of the Direction attached property for the specified chart.

SetInnerRadius(C1Chart, double)

Sets the value of the InnerRadius attached property for the specified chart. The InnerRadius property controls the inner radius of pie/doughnut charts(hole size).

SetOffset(C1Chart, double)

Sets the value of the Offset attached property for the specified chart. The Offset property controls the distance of pie slices from the center(Explosion).

SetSeriesLabelTemplate(C1Chart, DataTemplate)

Sets the value of the SeriesLabelTemplate attached property for the specified chart.

SetStartingAngle(C1Chart, double)

Sets the value of the StartingAngle attached property for the specified chart.