IFastXYData.Load(ByteBuffer, ByteBuffer, Int32) Method
Namespace: DevExpress.Xamarin.Android.Charts
Assembly: DevExpress.Xamarin.Android.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
void Load(
ByteBuffer p0,
ByteBuffer p1,
int p2
)
Parameters
Name | Type |
---|---|
p0 | Java.Nio.ByteBuffer |
p1 | Java.Nio.ByteBuffer |
p2 | Int32 |
See Also