Skip to main content
A newer version of this page is available.
All docs
V18.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.v18.2.UI.dll

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