Skip to main content

SunburstHitInfo.SunburstItem Property

Returns the sunburst item that is under the mouse cursor.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public SunburstItem SunburstItem { get; }

Property Value

Type Description
SunburstItem

An object of a class that implements the DevExpress.TreeMap.ISunburstItem interface.

See Also