React PolarChart - ArgumentAxisLabel

Specifies properties for argument axis labels.

import { ArgumentAxisLabel } from "devextreme/viz/polar_chart"

customizeHint

Specifies the text for a hint that appears when a user hovers the mouse pointer over a label on the argument axis.

Type:

Function

Function parameters:
argument:

Object

Information on the argument.

Object structure:
Name Type Description
value

Date

|

Number

|

String

The raw argument value.

valueText

String

The formatted value converted to a string.

Return Value:

String

The text for the hint to display.

customizeText

Specifies a callback function that returns the text to be displayed by argument axis labels.

Type:

Function

Function parameters:
argument:

Object

Information on the argument.

Object structure:
Name Type Description
value

Date

|

Number

|

String

The raw argument value.

valueText

String

The formatted value converted to a string.

Return Value:

String

The text for the label to display.

Cannot be used in themes.

format

Formats a value before it is displayed in an axis label.

Type:

Format

Default Value: undefined