Skip to main content
A newer version of this page is available. .
All docs
V21.2

SunburstLabelPresentation.LabelBounds Property

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

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v21.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