| 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). 
 | 
| Constructor and Description | 
|---|
TitleClickEvent(BaseNativeEvent nativeEvent,
               Title item)
Creates the event with title related to the click 
 | 
TitleEnterEvent(BaseNativeEvent nativeEvent,
               Title item)
Creates the event with title related to the enter 
 | 
TitleLeaveEvent(BaseNativeEvent nativeEvent,
               Title item)
Creates the event with title related to the leave 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Title | 
Options.getTitle()
Returns the title element. 
 |