Resolved crosshair line style, ready for drawCrosshair.

interface CrosshairStyle {
    color: string;
    dash: number[];
    width: number;
}

Properties

Properties

color: string
dash: number[]
width: number