Skip to main content

ChartAxisLabel

Configures a custom label for specific value.

Inherits: BaseControl

Properties

  • label - The label to display for the specified value.
  • value - A value to draw label for.

Properties

labelclass-attributeinstance-attribute

label: Optional[StrOrControl] = None

The label to display for the specified value.

valueclass-attributeinstance-attribute

value: Optional[Number] = None

A value to draw label for.