Skip to main content
A newer version of this page is available. .

SunburstControl.SweepDirection Property

Gets or sets the sunburst’s sweep direction (counterclockwise or clockwise).

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[DefaultValue(SunburstSweepDirection.Clockwise)]
public SunburstSweepDirection SweepDirection { get; set; }

Property Value

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.

Remarks

The following table lists all the property values:

Value Image
Clockwise sunburst-sweep-direction-clockwise
Counterclockwise sunburst-sweep-direction-counterclockwise

Specify the SunburstControl.StartAngle property to define where to draw the first sunburst item.

See Also