windowsforms-devexpress-dot-xtratreemap-dot-sunburstcontrol-85f8d2f6.md
Gets or sets the sunburst’s sweep direction (counterclockwise or clockwise).
Namespace : DevExpress.XtraTreeMap
Assembly : DevExpress.XtraTreeMap.v25.2.UI.dll
NuGet Package : DevExpress.Win.TreeMap
[DefaultValue(SunburstSweepDirection.Clockwise)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public SunburstSweepDirection SweepDirection { get; set; }
<DefaultValue(SunburstSweepDirection.Clockwise)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property SweepDirection As SunburstSweepDirection
| Type | Default | Description |
|---|---|---|
| SunburstSweepDirection | Clockwise |
The value that defines whether to position sunburst items counterclockwise or clockwise.
|
Available values:
| Name | Description |
|---|---|
| Clockwise |
The sunburst items are positioned clockwise.
| | Counterclockwise |
The sunburst items are positioned counterclockwise.
|
The following table lists all the property values:
| Value | Image |
|---|---|
| Clockwise | |
| Counterclockwise |
Specify the SunburstControl.StartAngle property to define where to draw the first sunburst item.
See Also