C1.WinUI.Chart Assembly / C1.WinUI.Chart Namespace / BreakEven Class / GetValues Method
Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)
In This Topic
GetValues Method (BreakEven)
In This Topic
Gets the point data array for the specified coordinate dimension.
Syntax
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