Back to Devexpress

SunburstControl.MinLabelSize Property

wpf-devexpress-dot-xpf-dot-treemap-dot-sunburstcontrol-47adc54c.md

latest1.2 KB
Original Source

SunburstControl.MinLabelSize Property

Gets or sets the minimum size of Sunburst chart labels.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public Size MinLabelSize { get; set; }
vb
Public Property MinLabelSize As Size

Property Value

TypeDescription
Size

Specifies the minimum size of Sunburst chart labels.

|

Remarks

The following markup sets the minimum size of Sunburst chart labels:

xaml
<dxtm:SunburstControl MinLabelSize="15,8">
    <!--...-->
</dxtm:SunburstControl>

See Also

SunburstControl Class

SunburstControl Members

DevExpress.Xpf.TreeMap Namespace