ChartAxisLabel Inherits: BaseControl Configures a custom label for specific value. Properties label(Optional[StrOrControl]) – The label to display for the specified value. value(Optional[Number]) – A value to draw label for. Properties# label class-attribute instance-attribute # label: Optional[StrOrControl] = None The label to display for the specified value. value class-attribute instance-attribute # value: Optional[Number] = None A value to draw label for.