Uses of Class
org.pepstock.charba.client.options.Subtitle
-
Packages that use Subtitle Package Description org.pepstock.charba.client.events Contains all events to interact with chart instance.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of Subtitle in org.pepstock.charba.client.events
Constructors in org.pepstock.charba.client.events with parameters of type Subtitle Constructor Description SubtitleClickEvent(BaseNativeEvent nativeEvent, Subtitle item)
Creates the event with subtitle related to the clickSubtitleEnterEvent(BaseNativeEvent nativeEvent, Subtitle item)
Creates the event with subtitle related to the enterSubtitleLeaveEvent(BaseNativeEvent nativeEvent, Subtitle item)
Creates the event with subtitle related to the leave -
Uses of Subtitle in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return Subtitle Modifier and Type Method Description Subtitle
Options. getSubtitle()
Returns the title element.
-