Reincharts
    Preparing search index...

    Interface CrossHairCursorProps

    interface CrossHairCursorProps {
        customX?: (props: CrossHairCursorProps, moreProps: any) => number;
        snapX?: boolean;
        strokeDasharray?: strokeDashTypes;
        strokeStyle?: string;
        strokeWidth?: number;
    }
    Index

    Properties

    customX?: (props: CrossHairCursorProps, moreProps: any) => number

    Custom function to calculate the X coordinate position.

    snapX?: boolean

    Controls whether the X coordinate of the cursor snaps to the nearest data point.

    strokeDasharray?: strokeDashTypes

    Dash style for the cursor lines.

    strokeStyle?: string

    Color of the cursor lines.

    strokeWidth?: number

    Width of the cursor lines.