MAUI | ComponentOne
MAUI | ComponentOne
C1.Maui.Chart Assembly
/
C1.Maui.Chart Namespace
/
TrendLine Class
/ GetValues(Int32) Method
Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
GetValues(Int32) Method
In This Topic
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
TrendLine Class
TrendLine Members