Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SunburstControl.SweepDirection Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.2.UI.dll

NuGet Package: DevExpress.Win.TreeMap

#Declaration

[DefaultValue(SunburstSweepDirection.Clockwise)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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