Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RolloverModifierRenderableSeriesProps

Index

Constructors

constructor

Properties

height

height: number

marker

renderableSeries

renderableSeries: IRenderableSeries

rolloverModifier

rolloverModifier: IRolloverModifier

tooltip

tooltipLabelX

tooltipLabelX: string

tooltipLabelY

tooltipLabelY: string

tooltipLegendOffsetX

tooltipLegendOffsetX: number = 20

tooltipLegendOffsetY

tooltipLegendOffsetY: number = 20

tooltipTemplate

width

width: number

Accessors

markerColor

  • get markerColor(): string
  • set markerColor(value: string): void
  • Returns string

  • Parameters

    • value: string

    Returns void

shadowColor

  • get shadowColor(): string
  • set shadowColor(value: string): void
  • Returns string

  • Parameters

    • value: string

    Returns void

showRollover

  • get showRollover(): boolean
  • set showRollover(value: boolean): void
  • Returns boolean

  • Parameters

    • value: boolean

    Returns void

tooltipColor

  • get tooltipColor(): string
  • set tooltipColor(value: string): void
  • Returns string

  • Parameters

    • value: string

    Returns void

tooltipDataTemplate

  • get tooltipDataTemplate(): (seriesInfo: SeriesInfo, tooltipTitle: string, tooltipLabelX: string, tooltipLabelY: string) => string[]
  • set tooltipDataTemplate(value: (seriesInfo: SeriesInfo, tooltipTitle: string, tooltipLabelX: string, tooltipLabelY: string) => string[]): void
  • Returns (seriesInfo: SeriesInfo, tooltipTitle: string, tooltipLabelX: string, tooltipLabelY: string) => string[]

      • (seriesInfo: SeriesInfo, tooltipTitle: string, tooltipLabelX: string, tooltipLabelY: string): string[]
      • Parameters

        • seriesInfo: SeriesInfo
        • tooltipTitle: string
        • tooltipLabelX: string
        • tooltipLabelY: string

        Returns string[]

  • Parameters

    • value: (seriesInfo: SeriesInfo, tooltipTitle: string, tooltipLabelX: string, tooltipLabelY: string) => string[]
        • (seriesInfo: SeriesInfo, tooltipTitle: string, tooltipLabelX: string, tooltipLabelY: string): string[]
        • Parameters

          • seriesInfo: SeriesInfo
          • tooltipTitle: string
          • tooltipLabelX: string
          • tooltipLabelY: string

          Returns string[]

    Returns void

tooltipLegendTemplate

tooltipTextColor

  • get tooltipTextColor(): string
  • set tooltipTextColor(value: string): void
  • Returns string

  • Parameters

    • value: string

    Returns void

tooltipTitle

  • get tooltipTitle(): string
  • set tooltipTitle(value: string): void
  • Returns string

  • Parameters

    • value: string

    Returns void

Methods

delete

  • delete(): void
  • Returns void

Protected notifyPropertyChanged

  • notifyPropertyChanged<T>(propertyName: string): void
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns void

setInvalidateParentCallback

  • setInvalidateParentCallback(callback: () => void): void
  • Parameters

    • callback: () => void
        • (): void
        • Returns void

    Returns void

Static copy

Generated using TypeDoc