Skip to main content
A newer version of this page is available. .
All docs
V20.2

SunburstControl.DataAdapter Property

Gets or sets an adapter that loads data to the Sunburst chart.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public SunburstDataAdapterBase DataAdapter { get; set; }

Property Value

Type Description
SunburstDataAdapterBase

An adapter that loads data from a source to the Sunburst chart.

Remarks

The Sunburst control uses data adapters to load data from flat data tables and hierarchical data sources. Data adapters are derived from the SunburstDataAdapterBase class and allow you to generate items based on data source fields. Use the DataAdapter property to assign an adapter to the Sunburst control. The following adapters are available:

See Also