Skip to main content

Interface: BackgroundLineStyle

Defined in: mobjects/graphing/NumberPlane.ts:8

Style configuration for background grid lines

Properties

color?

optional color: string

Defined in: mobjects/graphing/NumberPlane.ts:10

Stroke color for grid lines. Default: '#29ABCA' (BLUE_D)


opacity?

optional opacity: number

Defined in: mobjects/graphing/NumberPlane.ts:14

Opacity for grid lines. Default: 1


strokeWidth?

optional strokeWidth: number

Defined in: mobjects/graphing/NumberPlane.ts:12

Stroke width for grid lines. Default: 2