Back to Devexpress

SunburstLabelDisplayMode Enum

wpf-devexpress-dot-xpf-dot-treemap-6af21872.md

latest1.6 KB
Original Source

SunburstLabelDisplayMode Enum

Lists values that specify how to display labels within sunburst items.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public enum SunburstLabelDisplayMode
vb
Public Enum SunburstLabelDisplayMode

Members

NameDescriptionImage
None

Labels are hidden.

|

| | Horizontal |

Labels are drawn horizontally.

|

| | Radial |

Labels are drawn radially.

|

| | Tangent |

Labels are drawn tangentially.

|

|

The following properties accept/return SunburstLabelDisplayMode values:

Remarks

Use the following markup to specify the display mode for Sunburst chart labels:

xaml
<dxtm:SunburstControl LabelDisplayMode="Tangent" x:Name="sunburst">
  <!--...-->
</dxtm:SunburstControl>

See Also

DevExpress.Xpf.TreeMap Namespace