| Package | Description | 
|---|---|
| org.pepstock.charba.client.data | 
 Contains all elements to configure the datasets of a chart instance (know as chart data at instance level). 
 | 
| org.pepstock.charba.client.items | 
 Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BarBorderRadius | 
BarBorderRadius.BarBorderRadiusFactory.create(NativeObject nativeObject)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<BarBorderRadius> | 
BarDataset.getBorderRadiusAsObjects()
Returns the list of bar border radius (in pixels). 
If a callback or an array have been set, returns an empty object.  | 
List<BarBorderRadius> | 
BarDataset.getHoverBorderRadiusAsObjects()
Returns the list of bar border radius (in pixels), when hovered. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BarDataset.setBorderRadius(BarBorderRadius... borderRadius)
Sets the bar border radius (in pixels). 
 | 
void | 
BarDataset.setHoverBorderRadius(BarBorderRadius... borderRadius)
Sets the bar border radius (in pixels), when hovered. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BarDataset.setBorderRadius(List<BarBorderRadius> borderRadius)
Sets the bar border radius (in pixels). 
 | 
void | 
BarDataset.setHoverBorderRadius(List<BarBorderRadius> borderRadius)
Sets Sets the bar border radius (in pixels), when hovered. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BarBorderRadius | 
DatasetElementOptions.getBarBorderRadius()
Returns the border radius of the dataset item in pixels as  
BarBorderRadius. |