iframe >
Xamarin.Android Documentation
GetValues Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
C1.Android.Chart Assembly
>
C1.Android.Chart Namespace
>
TestSeries Class
: GetValues Method
Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)
Gets the point data array for the specified coordinate dimension.
Syntax
C#
public
override
double[]
GetValues(
int
dim
)
Parameters
dim
Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)
Return Value
The point data array for the specified coordinate dimension
See Also
Reference
TestSeries Class
TestSeries Members
Send Feedback