Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Methods

addStyler

  • Create new CursorBuilder with an additional styler.

    Parameters

    Returns AutoCursorXYBuilder<PointMarkerType, ResultTableBackgroundType>

    New builder with extended style

setPointMarker

  • setPointMarker(pointMarkerConstructor: PointMarkerConstructor<T>): AutoCursorXYBuilder<T, ResultTableBackgroundType>
  • Create new CursorBuilder with a different PointMarker.

    Type parameters

    • T: InternalPointMarker & PointMarkerType

    Parameters

    • pointMarkerConstructor: PointMarkerConstructor<T>

      Constructor for PointMarker

    Returns AutoCursorXYBuilder<T, ResultTableBackgroundType>

    New builder with different pointMarker

setResultTableBackground

  • setResultTableBackground(resultTableBackground: BackgroundConstructor<T>): AutoCursorXYBuilder<PointMarkerType, T>
  • Create new CursorBuilder with a different ResultTable Background.

    Type parameters

    • T: InternalBackground & ResultTableBackgroundType

    Parameters

    • resultTableBackground: BackgroundConstructor<T>

      Constructor for Background

    Returns AutoCursorXYBuilder<PointMarkerType, T>

    New builder with different resultTable background