Class AutoCursorXYBuilder<ResultTableBackgroundType>

Builder for AutoCursor of ChartXY.

Used to modify structure of AutoCursor, by passing one when creating a ChartXY. Reference from AutoCursorBuilders.XY

Type Parameters

Hierarchy

Implements

  • AutoCursorBuilder<CursorXY<ResultTableBackgroundType>>

Methods

  • Create new CursorBuilder with a different ResultTable Background.

    Returns

    New builder with different resultTable background

    Type Parameters

    Parameters

    • resultTableBackground: BackgroundConstructor<T>

      Constructor for Background

    Returns AutoCursorXYBuilder<T>