Skip to content

ChartAxisLabel

ChartAxisLabel #

Bases: BaseControl

Configures a custom label for specific value.

label: Optional[Union[ft.Control, str]] = None #

The label to display for the specified value.

Can be a string or a Control.

value: Optional[ft.Number] = None #

A value to draw label for.