SunburstControl.SweepDirection Property
Gets or sets the sunburst’s sweep direction (counterclockwise or clockwise).
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.UI.dll
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 | |
Counterclockwise |
Specify the SunburstControl.StartAngle property to define where to draw the first sunburst item.
See Also