WebChartControl.DataAdapter Property
In This Article
OBSOLETE
This property is obsolete and isn't used at all.
Gets or sets the data adapter used to populate the web chart control’s data source.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
[DefaultValue(null)]
[Obsolete("This property is obsolete and isn't used at all.")]
public object DataAdapter { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Object | null | A Object which represents the chart’s data adapter. |
See Also