Uses of Class
org.pepstock.charba.client.items.DatasetElementOptions
-
Packages that use DatasetElementOptions 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 DatasetElementOptions in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return DatasetElementOptions Modifier and Type Method Description DatasetElementOptions
DatasetElement. getOptions()
Returns the data set item options.DatasetElementOptions
DatasetItemController. getStyle(int dataIndex)
Returns a set of predefined style properties that should be used to represent the dataset or the data if the index is specified.
-