Colour + dash for one axis of the grid.

interface GridAxisStyle {
    color?: string;
    dash?: number[];
}

Properties

Properties

color?: string
dash?: number[]

Dash pattern (device px already applied by the caller's dpr).