Skip to main content
A newer version of this page is available. .

SunburstControl.LabelTextPattern Property

Gets or sets the pattern that formats the Sunburst’s label text.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[DefaultValue("{L}")]
public string LabelTextPattern { get; set; }

Property Value

Type Default Description
String "{L}"

The format string that configures the Sunburst’s label text.

Remarks

The text pattern can contain plain text, special placeholders and format specifiers. For example, you can use the “Value: {V:F2}” format string to show a value with two signs after a comma in the item label.

The following table lists the placeholders you can use in patterns:

Placeholder Description
{L} Shows the sunburst item label.
{V} Shows the sunburst item value.
See Also