Hierarchy

Hierarchy

  • IIgrSizeScaleProps

Properties

children?: ReactNode
globalMaximum?: string | number

Gets or sets global maximum value that will be mapped to MaxumumValue of this scale

globalMinimum?: string | number

Gets or sets global minimum value that will be mapped to MinumumValue of this scale

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 size (in pixels) for this scale.

minimumValue?: string | number

Gets or sets the minimum size (in pixels) 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