# Interface: GridLineOptions
# Properties
# borderColor
• borderColor: Color
Defined in: index.esm.d.ts:2637 (opens new window)
# borderDash
• borderDash: number[]
default
[]
Defined in: index.esm.d.ts:2650 (opens new window)
# borderDashOffset
• borderDashOffset: Scriptable<number, ScriptableScaleContext>
default
0
Defined in: index.esm.d.ts:2654 (opens new window)
# borderWidth
• borderWidth: number
Defined in: index.esm.d.ts:2638 (opens new window)
# circular
• circular: boolean
default
false
Defined in: index.esm.d.ts:2642 (opens new window)
# color
• color: string | CanvasGradient | CanvasPattern | readonly Color[] | (ctx
: ScriptableScaleContext, options
: Record<string, unknown>) => Color
default
'rgba(0, 0, 0, 0.1)'
Defined in: index.esm.d.ts:2646 (opens new window)
# display
• display: boolean
default
true
Defined in: index.esm.d.ts:2636 (opens new window)
# drawBorder
• drawBorder: boolean
default
true
Defined in: index.esm.d.ts:2663 (opens new window)
# drawOnChartArea
• drawOnChartArea: boolean
default
true
Defined in: index.esm.d.ts:2667 (opens new window)
# drawTicks
• drawTicks: boolean
default
true
Defined in: index.esm.d.ts:2671 (opens new window)
# lineWidth
• lineWidth: number | readonly number[] | (ctx
: ScriptableScaleContext, options
: Record<string, unknown>) => number
default
1
Defined in: index.esm.d.ts:2658 (opens new window)
# offset
• offset: boolean
default
false
Defined in: index.esm.d.ts:2695 (opens new window)
# tickBorderDash
• tickBorderDash: number[]
default
[]
Defined in: index.esm.d.ts:2675 (opens new window)
# tickBorderDashOffset
• tickBorderDashOffset: Scriptable<number, ScriptableScaleContext>
default
0
Defined in: index.esm.d.ts:2679 (opens new window)
# tickColor
• tickColor: string | CanvasGradient | CanvasPattern | readonly Color[] | (ctx
: ScriptableScaleContext, options
: Record<string, unknown>) => Color
default
'rgba(0, 0, 0, 0.1)'
Defined in: index.esm.d.ts:2683 (opens new window)
# tickLength
• tickLength: number
default
10
Defined in: index.esm.d.ts:2687 (opens new window)
# tickWidth
• tickWidth: number
default
1
Defined in: index.esm.d.ts:2691 (opens new window)