AutoCursorBuilders: {
    Map: StaticCursor2DBuilder;
    Polar: AutoCursor2DBuilder;
    Spider: AutoCursor2DBuilder;
    XY: AutoCursorXYBuilder;
} = ...

Collection of AutoCursorBuilders.

AutoCursorBuilders are used to modify structure of AutoCursors of Charts, by passing one when the Chart is created.

Each item is associated with a specific Chart-type, that it can only be used with.

Type declaration