Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

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

hitTestInfo

hitTestInfo: HitTestInfo

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

xValue

xValue: number

yCoordinate

yCoordinate: number

yValue

yValue: number

Accessors

formattedXValue

  • get formattedXValue(): string

formattedYValue

  • get formattedYValue(): string

isVisible

  • get isVisible(): boolean

Methods

Protected concatTwoValuesWithLabels

  • concatTwoValuesWithLabels(xValue: string, yValue: string, xLabel: string, yLabel: string): string

Protected concatValueWithLabel

  • concatValueWithLabel(value: string, label: string): string

equals

getValuesWithLabels

  • getValuesWithLabels(title: string | undefined, xLabel: string, yLabel: string, isXYGrouped: boolean): string[]
  • Parameters

    • title: string | undefined
    • xLabel: string
    • yLabel: string
    • isXYGrouped: boolean

    Returns string[]

getXCursorFormattedValue

  • getXCursorFormattedValue(value: number): string

getYCursorFormattedValue

  • getYCursorFormattedValue(value: number): string

Generated using TypeDoc