Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IComponent

Implemented by

Index

Properties

components

components: Array<IComponent>

Child components

cursor

cursor: string

Mouse arrow when mouse is over this component

height

height: number

Component height

margin

margin: Margin

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

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

Padding on grid (space inside grid before start)

type

{VobcoCharts.Settings.Padding}

width

width: number

Component width

x

x: number

X position on chart

y

y: number

Y position on chart

Methods

draw

  • draw(): void
  • draw component

    Returns void

Generated using TypeDoc