ChartEvent

Members

(constant) BARCLICK :String

Type:
  • String
Default Value
  • `gantt:barclick`

(constant) BARDBLCLICK :String

Type:
  • String
Default Value
  • `gantt:bardblclick`

(constant) BARHOVER :String

Type:
  • String
Default Value
  • `gantt:barhover`

(constant) BARMOUSEENTER :String

Type:
  • String
Default Value
  • `gantt:barmouseenter`

(constant) BARMOUSELEAVE :String

Type:
  • String
Default Value
  • `gantt:barmouseleave`

(constant) BARMOVE :String

Type:
  • String
Default Value
  • `gantt:barmove`

(constant) RENDERED :String

Type:
  • String
Default Value
  • `gantt:rendered`

Events

ChartBarClick

{ bubbles: true, cancellable: true, composed: false }
Type:
  • Event
Properties
NameTypeDescription
detailObject
Properties
NameTypeDescription
chartChart
barChartBar

ChartBarDoubleClick

{ bubbles: true, cancellable: true, composed: false }
Type:
  • Event
Properties
NameTypeDescription
detailObject
Properties
NameTypeDescription
chartChart
barChartBar

ChartBarHover

{ bubbles: true, cancellable: true, composed: false }
Type:
  • Event
Properties
NameTypeDescription
detailObject
Properties
NameTypeDescription
chartChart
barChartBar

ChartBarMouseEnter

{ bubbles: true, cancellable: true, composed: false }
Type:
  • Event
Properties
NameTypeDescription
detailObject
Properties
NameTypeDescription
chartChart
barChartBar

ChartBarMouseLeave

{ bubbles: true, cancellable: true, composed: false }
Type:
  • Event
Properties
NameTypeDescription
detailObject
Properties
NameTypeDescription
chartChart
barChartBar

ChartBarMove

{ bubbles: true, cancellable: true, composed: false }
Type:
  • Event
Properties
NameTypeDescription
detailObject
Properties
NameTypeDescription
chartChart
barChartBar
fromObject
Properties
NameTypeDescription
startIDXNumber
endIDXNumber
startexternal:DateTime
endexternal:DateTime
toObject
Properties
NameTypeDescription
startIDXNumber
endIDXNumber
startexternal:DateTime
endexternal:DateTime
revertfunction

ChartRendered

{ bubbles: true, cancellable: true, composed: false }
Type:
  • Event
Properties
NameTypeDescription
detailObject
Properties
NameTypeDescription
chartChart