SunburstHitInfo.CenterLabel Property
In This Article
Returns the sunburst center label that is under the mouse cursor.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
public SunburstCenterLabel CenterLabel { get; }
#Property Value
Type | Description |
---|---|
Sunburst |
The center label that is under the mouse cursor. |
See Also