Uses of Interface
org.pepstock.charba.client.items.HasLegendText
-
Packages that use HasLegendText Package Description org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options 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.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of HasLegendText in org.pepstock.charba.client.callbacks
Classes in org.pepstock.charba.client.callbacks with type parameters of type HasLegendText Modifier and Type Interface Description interface
HtmlLegendCallback<T extends HasLegendText>
This callback is the base interface for HTML legend callbacks to change the text of legend for a specific item or legend's title, as HTML.
This callback is used ONLY byHtmlLegend
plugin. -
Uses of HasLegendText in org.pepstock.charba.client.configuration
Classes in org.pepstock.charba.client.configuration that implement HasLegendText Modifier and Type Class Description class
LegendTitle
This is the title configuration of the legend. -
Uses of HasLegendText in org.pepstock.charba.client.items
Classes in org.pepstock.charba.client.items that implement HasLegendText Modifier and Type Class Description class
LegendLabelItem
This object is created by callbacks and returned to CHART.JS as native object to configure the legend. -
Uses of HasLegendText in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement HasLegendText Modifier and Type Class Description class
LegendTitle
This is the title configuration of the legend.
-