Uses of Class
org.pepstock.charba.client.items.ScaleTickItem
-
Packages that use ScaleTickItem 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.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 ScaleTickItem in org.pepstock.charba.client.callbacks
Methods in org.pepstock.charba.client.callbacks that return ScaleTickItem Modifier and Type Method Description ScaleTickItem
ScaleContext. getTick()
Returns the tick item instance which contains data to be consumed configuring the element.Method parameters in org.pepstock.charba.client.callbacks with type arguments of type ScaleTickItem Modifier and Type Method Description Object
TimeTickCallback. onCallback(Axis axis, Date value, String label, int index, List<ScaleTickItem> values)
Changes the tick marks to include information about the data type. -
Uses of ScaleTickItem in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return ScaleTickItem Modifier and Type Method Description ScaleTickItem
ScaleTickItem.ScaleTickItemFactory. create(NativeObject nativeObject)
Methods in org.pepstock.charba.client.items that return types with arguments of type ScaleTickItem Modifier and Type Method Description List<ScaleTickItem>
ScaleItem. getTicks()
Returns the list of ticks.
-