Last updated

API / geotoolkit / axis / Grid / Grid

Namespace: Grid

axis.Grid.Grid

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & { hstyles?: Record<string, Type> ; htg?: TickGenerator ; infinity?: boolean ; vstyles?: Record<string, Type> ; vtg?: TickGenerator }

horizontal tick generator or object with all props


OptionsOut

Ƭ OptionsOut: OptionsOut & { hstyles: Record<string, LineStyle> ; htg: TickGenerator ; infinity: boolean ; vstyles: Record<string, LineStyle> ; vtg: TickGenerator }

properties