Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

closeValue

closeValue: number

dataSeriesIndex

dataSeriesIndex: number

dataSeriesType

dataSeriesType: EDataSeriesType

Gets the EDataSeriesType of the DataSeries which is the result of the hit-test operation

distance

distance: number

fill

fill: string

highValue

highValue: number

hitTestPointValues

hitTestPointValues: Point

isHit

isHit: boolean

isWithinDataBounds

isWithinDataBounds: boolean

When true the hit-test operation was within the first and the last DataSeries X-values

lowValue

lowValue: number

point2metadata

point2metadata: unknown

point2xCoordinate

point2xCoordinate: number

point2xValue

point2xValue: number

point2yCoordinate

point2yCoordinate: number

point2yValue

point2yValue: number

pointMetadata

pointMetadata: unknown

Readonly renderableSeries

renderableSeries: IRenderableSeries

Gets the associated RenderableSeries that this SeriesInfo was generated by

seriesName

seriesName: string

Gets the name of the DataSeries which is the result of the hit-test operation

stroke

stroke: string

xCoordinate

xCoordinate: number

xValue

xValue: number

yCoordinate

yCoordinate: number

yValue

yValue: number

Accessors

formattedCloseValue

  • get formattedCloseValue(): string
  • Returns string

formattedHighValue

  • get formattedHighValue(): string
  • Returns string

formattedLowValue

  • get formattedLowValue(): string
  • Returns string

formattedXValue

  • get formattedXValue(): string

formattedYValue

  • get formattedYValue(): string

isVisible

  • get isVisible(): boolean
  • Returns boolean

Methods

equals

  • Parameters

    Returns boolean

getXCursorFormattedValue

  • getXCursorFormattedValue(value: number): string

getYCursorFormattedValue

  • getYCursorFormattedValue(value: number): string

Generated using TypeDoc