Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Readonly arrayCount

arrayCount: number = 1

fifoStartIndex

fifoStartIndex: number

Readonly indexes

indexes: SCRTDoubleVector

Readonly intIndexes

intIndexes: IntVector

Readonly resampled

resampled: true = true

Readonly type

type: EDataSeriesType = EDataSeriesType.Xy

Protected Readonly valueNames

valueNames: string[]

Protected wasmContext

wasmContext: TSciChart

xRange

xRange: NumberRange

Readonly xValues

xValues: SCRTDoubleVector

Protected Readonly yValuesArray

yValuesArray: SCRTDoubleVector[] = []

Accessors

count

  • get count(): number
  • Returns number

yValues

  • get yValues(): SCRTDoubleVector
  • Returns SCRTDoubleVector

Methods

clearIntIndexes

  • clearIntIndexes(): void

debugOutputForUnitTests

  • debugOutputForUnitTests(): void
  • Returns void

delete

  • delete(): void

getYValues

  • getYValues(i?: number, undefinedIfMissing?: boolean): SCRTDoubleVector
  • Parameters

    • Optional i: number
    • Default value undefinedIfMissing: boolean = true

    Returns SCRTDoubleVector

getYValuesByName

  • getYValuesByName(name: string, undefinedIfMissing?: boolean): SCRTDoubleVector
  • Parameters

    • name: string
    • Default value undefinedIfMissing: boolean = true

    Returns SCRTDoubleVector

Generated using TypeDoc