Skip to main content
All docs
V23.2

SunburstLabelPresentation.LabelBounds Property

Gets or sets a rectangle that specifies Sunburst chart label boundaries.

Namespace: DevExpress.Xpf.TreeMap

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

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

public Rect LabelBounds { get; set; }

Property Value

Type Description
Rect

A rectangle that specifies label boundaries.

See Also