@equinor/videx-wellog
    Preparing search index...

    Class DipPlot

    Dip plot

    Hierarchy (View Summary)

    • Plot<DipPlotOptions>
      • DipPlot
    Index

    Constructors

    Properties

    data: any
    id: string | number
    options: DipPlotOptions
    range: Range
    scale: Scale

    Accessors

    • get offset(): number

      Returns number

    Methods

    • Renders dip plot to canvas context

      Parameters

      • ctx: CanvasRenderingContext2D
      • scale: Scale

      Returns void

    • Sets the plot data

      Parameters

      • data: any

        Data for all plots on track

      • Optionalscale: Scale
      • OptionalplotOptions: Map<string | number, DipPlotOptions>

      Returns Plot