Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

color

color: string

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

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

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

xIndex

xIndex: number

xValue

xValue: number

yCoordinate

yCoordinate: number

yIndex

yIndex: number

yValue

yValue: number

zValue

zValue: number

Accessors

formattedXValue

  • get formattedXValue(): string

formattedYValue

  • get formattedYValue(): string

formattedZValue

  • get formattedZValue(): string
  • Returns 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