wpf-devexpress-dot-xpf-dot-treemap-dot-sunburstcontrol.md
Gets or sets an adapter that loads data to the Sunburst chart.
Namespace : DevExpress.Xpf.TreeMap
Assembly : DevExpress.Xpf.TreeMap.v25.2.dll
NuGet Package : DevExpress.Wpf.TreeMap
public SunburstDataAdapterBase DataAdapter { get; set; }
Public Property DataAdapter As SunburstDataAdapterBase
| Type | Description |
|---|---|
| SunburstDataAdapterBase |
An adapter that loads data from a source to the Sunburst chart.
|
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