Skip to main content

PieSeries2D.SweepDirection Property

Specifies the direction in which a Pie series is swept. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public PieSweepDirection SweepDirection { get; set; }

#Property Value

Type Description
PieSweepDirection

A PieSweepDirection enumeration value.

See Also