Uses of Class
org.pepstock.charba.client.items.LegendTextHandler.Property
-
Packages that use LegendTextHandler.Property Package Description 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. -
-
Uses of LegendTextHandler.Property in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return LegendTextHandler.Property Modifier and Type Method Description static LegendTextHandler.Property
LegendTextHandler.Property. valueOf(String name)
Returns the enum constant of this type with the specified name.static LegendTextHandler.Property[]
LegendTextHandler.Property. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-