Hierarchy

Hierarchy

Properties

brushes?: string | string[]

Gets the brushes collection used by this scale.

children?: ReactNode
isLogarithmic?: string | boolean

Gets or sets whether the scale is logarithmic.

logarithmBase?: string | number

Gets or sets the logarithm base for this scale.

maximumValue?: string | number

Gets or sets the maximum value for this scale.

minimumValue?: string | number

Gets or sets the minimum value for this scale.

propertyUpdated?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Event raised when a property (including "effective" and non-dependency property) value changes.

      Parameters

      Returns void