SDK JS
    Preparing search index...

    One axis tick: pixel position + label.

    interface ChartTick {
        label: string;
        px: number;
    }
    Index

    Properties

    Properties

    label: string

    Formatted label.

    px: number

    Pixel position along the axis (x for the distance axis, y for elevation).