DataSourceAdapter(Object) Constructor
In This Article
Initializes a new instance of the DataSourceAdapter class with the specified datasource.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
data |
Object | A Object specifying the datasource. This value is assigned to the Data |
See Also