Skip to main content
All docs
V25.1
  • SunburstLabelPresentation.LabelBounds Property

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

    Namespace: DevExpress.Xpf.TreeMap

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