Back to Devexpress

SunburstControl.DataAdapter Property

wpf-devexpress-dot-xpf-dot-treemap-dot-sunburstcontrol.md

latest1.9 KB
Original Source

SunburstControl.DataAdapter Property

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

Declaration

csharp
public SunburstDataAdapterBase DataAdapter { get; set; }
vb
Public Property DataAdapter As SunburstDataAdapterBase

Property Value

TypeDescription
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

SunburstControl Class

SunburstControl Members

DevExpress.Xpf.TreeMap Namespace