VisibleRangeProps

Represents the visible range configuration of a chart axis.

Props

The following table outlines the props for the VisibleRangeProps:

NameTypeDefaultDescription
delta
number
-

The difference between the maximum and minimum values. Typically used for scaling and layout calculations.

interval
number
-

The interval between axis ticks or labels.

maximum
number
-

The maximum value visible on the axis.

minimum
number
-

The minimum value visible on the axis.