Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Tooltip

Index

Properties

backgroundColor

backgroundColor: string = "rgba(255, 255, 255, 0.7)"

Tooltip background color

type

{string}

borderColor

borderColor: string = "#333333"

Tooltip border color

type

{string}

borderWidth

borderWidth: number = 2

Tooltip border width

type

{number}

crossColor

crossColor: string = "rgba(0, 0, 0, 0.4)"

Cross color

type

{string}

lineHeight

lineHeight: number = 15

offsetX

offsetX: number = 20

Horizontal offset of tooltip from current mouse position or start/end grid

type

{number}

offsetY

offsetY: number = 20

Vertical offset of tooltip from current mouse position or start/end grid

type

{number}

roundRectRadius

roundRectRadius: number = 5

Tooltip can be rounded rectangle, choose border radius

type

{number}

showCross

showCross: boolean = true

Show cross

type

{boolean}

showTooltip

showTooltip: boolean = true

Show tooltip

type

{boolean}

showYValue

showYValue: boolean = true

Show current Y value

type

{boolean}

textColor

textColor: string = "#666666"

Text color on tooltip

type

{string}

textIndent

textIndent: number = 10

textSize

textSize: number = 12

tooltipType

tooltipType: TooltipType = TooltipType.dynamic

Tooltip type

type

{VobcoCharts.Settings.TooltipType}

width

width: number = 160

Tooltip width in pixels

type

{number}

yValueBackgroundColor

yValueBackgroundColor: string = "#ffffff"

yValueBorderColor

yValueBorderColor: string = "#666666"

yValueHeight

yValueHeight: number = 20

yValueRoundRect

yValueRoundRect: number = 3

yValueTextColor

yValueTextColor: string = "#000"

yValueWidth

yValueWidth: number = 37

Generated using TypeDoc