Uses of Class
org.pepstock.charba.client.matrix.MatrixDataPoint
-
Packages that use MatrixDataPoint Package Description org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js) for CHART.js. -
-
Uses of MatrixDataPoint in org.pepstock.charba.client.matrix
Methods in org.pepstock.charba.client.matrix that return MatrixDataPoint Modifier and Type Method Description MatrixDataPointMatrixDataPoint.MatrixDataPointFactory. create(NativeObject nativeObject)Methods in org.pepstock.charba.client.matrix that return types with arguments of type MatrixDataPoint Modifier and Type Method Description List<MatrixDataPoint>MatrixDataset. getDataPoints()Returns the matrix data property of a dataset for a chart is specified as an array of matrix data pointsList<MatrixDataPoint>MatrixDataset. getDataPoints(boolean binding)Returns the matrix data property of a dataset for a chart is specified as an array of matrix data pointsMethods in org.pepstock.charba.client.matrix with parameters of type MatrixDataPoint Modifier and Type Method Description voidMatrixDataset. setDataPoints(MatrixDataPoint... datapoints)Sets the data property of a data set for a chart is specified as an array of data points.Method parameters in org.pepstock.charba.client.matrix with type arguments of type MatrixDataPoint Modifier and Type Method Description voidMatrixDataset. setDataPoints(List<MatrixDataPoint> datapoints)Sets the data property of a data set for a chart is specified as an array of data points.
-