Skip to main content
All docs
V20.2

SankeyDiagramControl.DataAdapter Property

Gets or sets the data adapter used to populate the control’s data source.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v20.2.UI.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public object DataAdapter { get; set; }

Property Value

Type Description
Object

The diagram’s data adapter.

Remarks

Use the DataAdapter property to specify a data adapter that populates the control with data from the assigned source at design time. Select the Populate command in the smart tag’s menu to display source data in the chart.

See Also