Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChartMarkerXY <PointMarkerType, ResultTableBackgroundType, TickMarkerXBackgroundType, TickMarkerYBackgroundType >

Index

Properties

axisX

axisX: Axis

axisY

axisY: Axis

scale

scale: Vec2<Scale>

Methods

dispose

  • dispose(): this
  • Returns this

getAutoFitStrategy

  • getAutoFitStrategy(): boolean
  • Returns boolean

    Boolean flag whether auto-fit is enabled

getDraggingMode

getGridStrokeXCut

  • getGridStrokeXCut(): boolean
  • Returns boolean

    Boolean flag

getGridStrokeXStyle

  • getGridStrokeXStyle(): LineStyle
  • Returns LineStyle

    LineStyle of gridstroke

getGridStrokeXVisibility

getGridStrokeYCut

  • getGridStrokeYCut(): boolean
  • Returns boolean

    Boolean flag

getGridStrokeYStyle

  • getGridStrokeYStyle(): LineStyle
  • Returns LineStyle

    LineStyle of gridstroke

getGridStrokeYVisibility

getMouseInteractions

  • getMouseInteractions(): boolean
  • Returns boolean

    Mouse interactions state

getPointMarker

  • getPointMarker(): PointMarkerType
  • Returns PointMarkerType

    PointMarker object

getPointMarkerVisibility

getPosition

  • Returns Point

    Position on Annotations scale

getResultTable

  • getResultTable(): ResultTable<ResultTableBackgroundType>
  • Returns ResultTable<ResultTableBackgroundType>

    ResultTable object

getResultTableVisibility

getTickMarkerX

  • getTickMarkerX(): TickMarker<TickMarkerXBackgroundType>
  • Returns TickMarker<TickMarkerXBackgroundType>

    X customTick of cursor

getTickMarkerXVisibility

getTickMarkerY

  • getTickMarkerY(): TickMarker<TickMarkerYBackgroundType>
  • Returns TickMarker<TickMarkerYBackgroundType>

    Y customTick of cursor

getTickMarkerYVisibility

isAttached

  • isAttached(): boolean
  • Returns boolean

    True if object is attached or not attachable, false if it is not attached and attachable

isDisposed

  • isDisposed(): boolean
  • Returns boolean

    True if Cursor has been disposed, false if not.

offPositionChange

  • offPositionChange(token: Token): boolean
  • Parameters

    • token: Token

    Returns boolean

    True if unsubscription was successful.

onPositionChange

  • onPositionChange(handler: function): Token
  • Parameters

    • handler: function
        • Parameters

          • marker: this
          • position: Point

          Returns void

    Returns Token

    Token that can be used to unsubscribe from the event.

pointAt

restore

  • restore(): this
  • Returns this

    Marker itself.

setAutoFitStrategy

  • setAutoFitStrategy(autoFitStrategy: AutoFitStrategyFactory<ResultTableBackgroundType>): this
  • Parameters

    • Optional autoFitStrategy: AutoFitStrategyFactory<ResultTableBackgroundType>

    Returns this

    Object itself for fluent interface

setDraggingMode

  • Parameters

    Returns this

    Object itself

setGridStrokeXCut

  • setGridStrokeXCut(cut: boolean): this
  • Parameters

    • cut: boolean

    Returns this

    Object itself for fluent interface

setGridStrokeXStyle

  • Parameters

    Returns this

    Object itself for fluent interface

setGridStrokeXVisibility

setGridStrokeYCut

  • setGridStrokeYCut(cut: boolean): this
  • Parameters

    • cut: boolean

    Returns this

    Object itself for fluent interface

setGridStrokeYStyle

  • Parameters

    Returns this

    Object itself for fluent interface

setGridStrokeYVisibility

setMouseInteractions

  • setMouseInteractions(state: boolean): this
  • Parameters

    • state: boolean

    Returns this

    Object itself for fluent interface

setPointMarker

  • setPointMarker(mutator: Mutator<PointMarkerType>): this
  • Parameters

    • mutator: Mutator<PointMarkerType>

    Returns this

    Object itself for fluent interface

setPointMarkerVisibility

setPosition

  • setPosition(position: Point): this
  • Parameters

    Returns this

setResultTable

  • Parameters

    Returns this

    Object itself for fluent interface

setResultTableVisibility

setTickMarkerX

  • Parameters

    Returns this

    Object itself for fluent interface

setTickMarkerXVisibility

setTickMarkerY

  • Parameters

    Returns this

    Object itself for fluent interface

setTickMarkerYVisibility