Skip to main content
All docs
V20.2

ChartControl.DataAdapter Property

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

Namespace: DevExpress.XtraCharts

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

NuGet Package: DevExpress.Win.Charts

Declaration

public object DataAdapter { get; set; }

Property Value

Type Description
Object

A Object which represents the chart’s data adapter.

Remarks

Use the DataAdapter property to specify a data adapter that will populate the chart control’s data source which is assigned via the ChartControl.DataSource property.

The main purpose of this property is to populate the chart control’s data source at design time (in particular, by using the Populate verb/smart tag).

See Also