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

SunburstControl.ShowCenterLabel Property

OBSOLETE

This property is obsolete now. Use Visible instead.

Gets or sets the value that specifies whether to show the center label within the sunburst.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.UI.dll

NuGet Package: DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is obsolete now. Use SunburstCenterLabel.Visible instead.")]
public bool ShowCenterLabel { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the center label is visible; otherwise, false.

See Also