The grid step values.

interface AxisGridTicks {
    x: number;
    y: number;
    z: number;
}

Properties

x y z

Properties

x: number

The tick distance on the x axis.

y: number

The tick distance on the y axis.

z: number

The tick distance on the z (vertical) axis.