Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

chart

chart: Chart

Reference to chart

components

components: Array<IComponent>

Child components array

cursor

cursor: string = "move"

height

height: number

component height

Protected isMouseDown

isMouseDown: boolean

Protected isResizeEnd

isResizeEnd: boolean = false

Protected isResizeStart

isResizeStart: boolean = false

margin

margin: Margin = new Margin()

Margin in pixels (space reserved out of the grid, )

Protected mouseDownEndIndex

mouseDownEndIndex: number

Protected mouseDownStartIndex

mouseDownStartIndex: number

Protected mouseDownStartX

mouseDownStartX: number

navigationPanel

navigationPanel: NavigationPanel

onClick

onClick: Function

On click callback

type

{Function}

onMouseMove

onMouseMove: Function

On mouse move callback

type

{Function[]}

onMouseOver

onMouseOver: Function

On mouse over callback

type

{Function[]}

padding

padding: Padding = new Padding()

Padding on grid (space inside grid before start)

type

{VobcoCharts.Settings.Padding}

Protected settings

settings: NavigationPanel

width

width: number

component width

x

x: number

X position on chart

y

y: number

Y position on chart

Methods

draw

  • draw(): void

isMouseOnComponent

  • isMouseOnComponent(): boolean
  • Returns true if mouse cursor is on this component

    Returns boolean

mouseDown

  • mouseDown(): void
  • Returns void

mouseMove

  • mouseMove(): void
  • Returns void

mouseUp

  • mouseUp(): void
  • Returns void

Generated using TypeDoc