DataSourceKey(Int32, Object) Constructor
Initializes a new instance of the DataSourceKey class with specified settings.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public DataSourceKey(
int index,
object dataObject
)
Parameters
| Name | Type |
|---|---|
| index | Int32 |
| dataObject | System.Object |
See Also