ComponentOne Xamarin Edition
GetValues(Int32) Method
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart Namespace > Histogram Class : GetValues(Int32) 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
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

Histogram Class
Histogram Members