# Interface: GridLineOptions

# Properties

# borderColor

borderColor: Color

Defined in: index.esm.d.ts:2565 (opens new window)


# borderDash

borderDash: number[]

default []

Defined in: index.esm.d.ts:2578 (opens new window)


# borderDashOffset

borderDashOffset: Scriptable<number, ScriptableScaleContext>

default 0

Defined in: index.esm.d.ts:2582 (opens new window)


# borderWidth

borderWidth: number

Defined in: index.esm.d.ts:2566 (opens new window)


# circular

circular: boolean

default false

Defined in: index.esm.d.ts:2570 (opens new window)


# color

color: string | CanvasGradient | CanvasPattern | readonly Color[] | (ctx: ScriptableScaleContext) => Color

default 'rgba(0, 0, 0, 0.1)'

Defined in: index.esm.d.ts:2574 (opens new window)


# display

display: boolean

default true

Defined in: index.esm.d.ts:2564 (opens new window)


# drawBorder

drawBorder: boolean

default true

Defined in: index.esm.d.ts:2591 (opens new window)


# drawOnChartArea

drawOnChartArea: boolean

default true

Defined in: index.esm.d.ts:2595 (opens new window)


# drawTicks

drawTicks: boolean

default true

Defined in: index.esm.d.ts:2599 (opens new window)


# lineWidth

lineWidth: number | readonly number[] | (ctx: ScriptableScaleContext) => number

default 1

Defined in: index.esm.d.ts:2586 (opens new window)


# offset

offset: boolean

default false

Defined in: index.esm.d.ts:2623 (opens new window)


# tickBorderDash

tickBorderDash: number[]

default []

Defined in: index.esm.d.ts:2603 (opens new window)


# tickBorderDashOffset

tickBorderDashOffset: Scriptable<number, ScriptableScaleContext>

default 0

Defined in: index.esm.d.ts:2607 (opens new window)


# tickColor

tickColor: string | CanvasGradient | CanvasPattern | readonly Color[] | (ctx: ScriptableScaleContext) => Color

default 'rgba(0, 0, 0, 0.1)'

Defined in: index.esm.d.ts:2611 (opens new window)


# tickLength

tickLength: number

default 10

Defined in: index.esm.d.ts:2615 (opens new window)


# tickWidth

tickWidth: number

default 1

Defined in: index.esm.d.ts:2619 (opens new window)