Options
All
  • Public
  • Public/Protected
  • All
Menu

LinePlotData interface extends the base PlotData interface with control of the line color and layer opacity

interface

Hierarchy

Index

Properties

buffer

buffer: number[]

The data buffer

Optional dataId

dataId: string

Data ID related to this buffer

dataSize

dataSize: FormatSize.Scalar | FormatSize.Complex | FormatSize.Vector | FormatSize.Quad | FormatSize.Matrix | FormatSize.Transform

Data Format Size

dataType

dataType: FormatType.Int8 | FormatType.Int16 | FormatType.Int32 | FormatType.Int64 | FormatType.Float32 | FormatType.Float64

Data Format Type

Optional layerSettings

layerSettings: ILayerSettings

Extra Layer Settings. Note, this can have unfortunate consequences. Things like 'color' and 'opacity' work fine, however there is the potential for SigPlot's Layer1D to react adversely to changing some settings at runtime.

Optional xAxis

xAxis: AxisData

X-Axis data description

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc