Class AutoCursorXYBuilder<PointMarkerType, 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

  • CursorBuilderXY<PointMarkerType, ResultTableBackgroundType, AutoCursorXY<PointMarkerType, ResultTableBackgroundType>>
    • AutoCursorXYBuilder

Implements

  • AutoCursorBuilder<CursorXY<PointMarkerType, ResultTableBackgroundType>>

Methods

  • Create new CursorBuilder with an additional styler.

    Returns

    New builder with extended style

    Parameters

    Returns AutoCursorXYBuilder<PointMarkerType, ResultTableBackgroundType>

  • Create new CursorBuilder with a different PointMarker.

    Returns

    New builder with different pointMarker

    Type Parameters

    Parameters

    • pointMarkerConstructor: PointMarkerConstructor<T>

      Constructor for PointMarker

    Returns AutoCursorXYBuilder<T, ResultTableBackgroundType>

  • 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<PointMarkerType, T>