Back to Devexpress

SunburstControl.SweepDirection Property

wpf-devexpress-dot-xpf-dot-treemap-dot-sunburstcontrol-8b229b05.md

latest1.7 KB
Original Source

SunburstControl.SweepDirection Property

Gets or sets the direction in which the first sector’s start angle is plotted.

Namespace : DevExpress.Xpf.TreeMap

Assembly : DevExpress.Xpf.TreeMap.v25.2.dll

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public SunburstSweepDirection SweepDirection { get; set; }
vb
Public Property SweepDirection As SunburstSweepDirection

Property Value

TypeDescription
SunburstSweepDirection

Specifies the direction in which the Sunburst chart is rotated.

|

Available values:

NameDescription
Clockwise

A Sunburst chart rotates clockwise.

| | Counterclockwise |

A Sunburst chart rotates counterclockwise.

|

Remarks

Use the StartAngle property to specify the rotation of the Sunburst chart.

Example

The following markup specifies the rotation of the first Sunburst sectors at all levels:

xaml
<dxtm:SunburstControl StartAngle="60" 
                      SweepDirection="Clockwise">
    <!--...-->
</dxtm:SunburstControl>

See Also

SunburstControl Class

SunburstControl Members

DevExpress.Xpf.TreeMap Namespace