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