Skip to main content
All docs
V25.1
  • SunburstControl.DataAdapter Property

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

    Namespace: DevExpress.Xpf.TreeMap

    Assembly: DevExpress.Xpf.TreeMap.v25.1.dll

    NuGet Package: 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