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

SunburstHitInfo.CenterLabel Property

Returns the sunburst center label that is under the mouse cursor.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public SunburstCenterLabel CenterLabel { get; }

Property Value

Type Description
SunburstCenterLabel

The center label that is under the mouse cursor.

See Also