Uses of Interface
org.pepstock.charba.client.callbacks.DisplayCallback
-
Packages that use DisplayCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js. -
-
Uses of DisplayCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return DisplayCallback Modifier and Type Method Description DisplayCallback<ScaleContext>
Axis. getDisplayCallback()
Returns the user callback that sets if the axis will be shown.Methods in org.pepstock.charba.client.configuration with parameters of type DisplayCallback Modifier and Type Method Description void
Axis. setDisplay(DisplayCallback<ScaleContext> displayCallback)
Sets the user callback that sets if the axis will be shown. -
Uses of DisplayCallback in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels that return DisplayCallback Modifier and Type Method Description DisplayCallback<DataLabelsContext>
LabelItem. getDisplayCallback()
Returns the display callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.datalabels with parameters of type DisplayCallback Modifier and Type Method Description AbstractBuilder<T>
AbstractBuilder. setDisplay(DisplayCallback<DataLabelsContext> displayCallback)
Sets the display callback.void
LabelItem. setDisplay(DisplayCallback<DataLabelsContext> displayCallback)
Sets the display callback.
-