# `ui5.viz.ChartAxisLabel` The ChartAxisLabel control: ChartAxisLabel container for bar, line and other chart types. Based on C3.js.. **Extends**: [sap.ui.core.Element](https://openui5.hana.ondemand.com/#/api/sap.ui.core.Element) This module inherits all methods and attributes from the extended module and from all other modules in the inheritence hierarchy. ## Sample Usage (XML View) This element must be used with the ui5.viz.Chart control and was designed to work best in XML views and in combination with data binding. ```xml ``` ## Properties All properties have corresponding getters and setters. ([read which property methods are defined automatically](https://sapui5.hana.ondemand.com/#/api/sap.ui.base.ManagedObject)) | Name | Type | Default | Description | | --- | --- | --- | --- | | `value` | `any` | `null}` | Sets axis value. | | `title` | `string` | `null}` | Sets axis label title. | | `visible` | `boolean` | `true,` | Sets visibility of the element. | ## Aggregations There are no public aggregations defined for `ui5.viz.ChartAxisLabel`. ## Events All events return to the event callback handler [sap.ui.base.Event](https://openui5.hana.ondemand.com/#/api/sap.ui.base.Event). ([read which event methods are defined automatically](https://sapui5.hana.ondemand.com/#/api/sap.ui.base.ManagedObject)) * axisLabelUpdate Data was updated.
### `axisLabelUpdate` Data was updated.
## Methods There are no public methods defined for `ui5.viz.ChartAxisLabel`.