Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/chart
ChartControllerObserver
Interface ChartControllerObserver<X, Y, C>
Type parameters
X =
unknown
Y =
unknown
C
:
ChartController
<
X
,
Y
>
=
ChartController
<
X
,
Y
>
Hierarchy
GraphControllerObserver
<
X
,
Y
,
C
>
ChartControllerObserver
Index
Methods
controller
Did
Assemble
controller
Did
Attach
Parent
controller
Did
Compute
controller
Did
Detach
Bottom
Axis
controller
Did
Detach
Bottom
Axis
Trait
controller
Did
Detach
Bottom
Axis
View
controller
Did
Detach
Chart
Trait
controller
Did
Detach
Chart
View
controller
Did
Detach
Data
Point
controller
Did
Detach
Data
Point
Label
View
controller
Did
Detach
Data
Point
Trait
controller
Did
Detach
Data
Point
View
controller
Did
Detach
Data
Set
Trait
controller
Did
Detach
Graph
Trait
controller
Did
Detach
Graph
View
controller
Did
Detach
Left
Axis
controller
Did
Detach
Left
Axis
Trait
controller
Did
Detach
Left
Axis
View
controller
Did
Detach
Parent
controller
Did
Detach
Plot
controller
Did
Detach
Plot
Trait
controller
Did
Detach
Plot
View
controller
Did
Detach
Right
Axis
controller
Did
Detach
Right
Axis
Trait
controller
Did
Detach
Right
Axis
View
controller
Did
Detach
Top
Axis
controller
Did
Detach
Top
Axis
Trait
controller
Did
Detach
Top
Axis
View
controller
Did
Generate
controller
Did
Insert
Child
controller
Did
Mount
controller
Did
Remove
Child
controller
Did
Resolve
controller
Did
Revise
controller
Did
Unmount
controller
Will
Assemble
controller
Will
Attach
Bottom
Axis
controller
Will
Attach
Bottom
Axis
Trait
controller
Will
Attach
Bottom
Axis
View
controller
Will
Attach
Chart
Trait
controller
Will
Attach
Chart
View
controller
Will
Attach
Data
Point
controller
Will
Attach
Data
Point
Label
View
controller
Will
Attach
Data
Point
Trait
controller
Will
Attach
Data
Point
View
controller
Will
Attach
Data
Set
Trait
controller
Will
Attach
Graph
Trait
controller
Will
Attach
Graph
View
controller
Will
Attach
Left
Axis
controller
Will
Attach
Left
Axis
Trait
controller
Will
Attach
Left
Axis
View
controller
Will
Attach
Parent
controller
Will
Attach
Plot
controller
Will
Attach
Plot
Trait
controller
Will
Attach
Plot
View
controller
Will
Attach
Right
Axis
controller
Will
Attach
Right
Axis
Trait
controller
Will
Attach
Right
Axis
View
controller
Will
Attach
Top
Axis
controller
Will
Attach
Top
Axis
Trait
controller
Will
Attach
Top
Axis
View
controller
Will
Compute
controller
Will
Detach
Parent
controller
Will
Generate
controller
Will
Insert
Child
controller
Will
Mount
controller
Will
Remove
Child
controller
Will
Resolve
controller
Will
Revise
controller
Will
Unmount
Methods
Optional
controller
Did
Assemble
controller
Did
Assemble
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Did
Attach
Parent
controller
Did
Attach
Parent
(
parent
:
Controller
, controller
:
C
)
:
void
Parameters
parent:
Controller
controller:
C
Returns
void
Optional
controller
Did
Compute
controller
Did
Compute
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Bottom
Axis
controller
Did
Detach
Bottom
Axis
(
bottomAxisController
:
AxisController
<
X
>
, controller
:
C
)
:
void
Parameters
bottomAxisController:
AxisController
<
X
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Bottom
Axis
Trait
controller
Did
Detach
Bottom
Axis
Trait
(
bottomAxisTrait
:
AxisTrait
<
X
>
, controller
:
C
)
:
void
Parameters
bottomAxisTrait:
AxisTrait
<
X
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Bottom
Axis
View
controller
Did
Detach
Bottom
Axis
View
(
bottomAxisView
:
AxisView
<
X
>
, controller
:
C
)
:
void
Parameters
bottomAxisView:
AxisView
<
X
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Chart
Trait
controller
Did
Detach
Chart
Trait
(
chartTrait
:
ChartTrait
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
chartTrait:
ChartTrait
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Chart
View
controller
Did
Detach
Chart
View
(
chartView
:
ChartView
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
chartView:
ChartView
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Data
Point
controller
Did
Detach
Data
Point
(
dataPointController
:
DataPointController
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
dataPointController:
DataPointController
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Data
Point
Label
View
controller
Did
Detach
Data
Point
Label
View
(
labelView
:
GraphicsView
, dataPointController
:
DataPointController
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
labelView:
GraphicsView
dataPointController:
DataPointController
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Data
Point
Trait
controller
Did
Detach
Data
Point
Trait
(
dataPointTrait
:
DataPointTrait
<
X
,
Y
>
, dataPointController
:
DataPointController
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
dataPointTrait:
DataPointTrait
<
X
,
Y
>
dataPointController:
DataPointController
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Data
Point
View
controller
Did
Detach
Data
Point
View
(
dataPointView
:
DataPointView
<
X
,
Y
>
, dataPointController
:
DataPointController
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
dataPointView:
DataPointView
<
X
,
Y
>
dataPointController:
DataPointController
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Data
Set
Trait
controller
Did
Detach
Data
Set
Trait
(
dataSetTrait
:
DataSetTrait
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
dataSetTrait:
DataSetTrait
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Graph
Trait
controller
Did
Detach
Graph
Trait
(
graphTrait
:
GraphTrait
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
graphTrait:
GraphTrait
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Graph
View
controller
Did
Detach
Graph
View
(
graphView
:
GraphView
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
graphView:
GraphView
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Left
Axis
controller
Did
Detach
Left
Axis
(
leftAxisController
:
AxisController
<
Y
>
, controller
:
C
)
:
void
Parameters
leftAxisController:
AxisController
<
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Left
Axis
Trait
controller
Did
Detach
Left
Axis
Trait
(
leftAxisTrait
:
AxisTrait
<
Y
>
, controller
:
C
)
:
void
Parameters
leftAxisTrait:
AxisTrait
<
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Left
Axis
View
controller
Did
Detach
Left
Axis
View
(
leftAxisView
:
AxisView
<
Y
>
, controller
:
C
)
:
void
Parameters
leftAxisView:
AxisView
<
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Parent
controller
Did
Detach
Parent
(
parent
:
Controller
, controller
:
C
)
:
void
Parameters
parent:
Controller
controller:
C
Returns
void
Optional
controller
Did
Detach
Plot
controller
Did
Detach
Plot
(
plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Plot
Trait
controller
Did
Detach
Plot
Trait
(
plotTrait
:
PlotTrait
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
plotTrait:
PlotTrait
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Plot
View
controller
Did
Detach
Plot
View
(
plotView
:
PlotView
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
plotView:
PlotView
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Right
Axis
controller
Did
Detach
Right
Axis
(
rightAxisController
:
AxisController
<
Y
>
, controller
:
C
)
:
void
Parameters
rightAxisController:
AxisController
<
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Right
Axis
Trait
controller
Did
Detach
Right
Axis
Trait
(
rightAxisTrait
:
AxisTrait
<
Y
>
, controller
:
C
)
:
void
Parameters
rightAxisTrait:
AxisTrait
<
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Right
Axis
View
controller
Did
Detach
Right
Axis
View
(
rightAxisView
:
AxisView
<
Y
>
, controller
:
C
)
:
void
Parameters
rightAxisView:
AxisView
<
Y
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Top
Axis
controller
Did
Detach
Top
Axis
(
topAxisController
:
AxisController
<
X
>
, controller
:
C
)
:
void
Parameters
topAxisController:
AxisController
<
X
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Top
Axis
Trait
controller
Did
Detach
Top
Axis
Trait
(
topAxisTrait
:
AxisTrait
<
X
>
, controller
:
C
)
:
void
Parameters
topAxisTrait:
AxisTrait
<
X
>
controller:
C
Returns
void
Optional
controller
Did
Detach
Top
Axis
View
controller
Did
Detach
Top
Axis
View
(
topAxisView
:
AxisView
<
X
>
, controller
:
C
)
:
void
Parameters
topAxisView:
AxisView
<
X
>
controller:
C
Returns
void
Optional
controller
Did
Generate
controller
Did
Generate
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Did
Insert
Child
controller
Did
Insert
Child
(
child
:
Controller
, target
:
null
|
Controller
, controller
:
C
)
:
void
Parameters
child:
Controller
target:
null
|
Controller
controller:
C
Returns
void
Optional
controller
Did
Mount
controller
Did
Mount
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Optional
controller
Did
Remove
Child
controller
Did
Remove
Child
(
child
:
Controller
, controller
:
C
)
:
void
Parameters
child:
Controller
controller:
C
Returns
void
Optional
controller
Did
Resolve
controller
Did
Resolve
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Did
Revise
controller
Did
Revise
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Did
Unmount
controller
Did
Unmount
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Optional
controller
Will
Assemble
controller
Will
Assemble
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Bottom
Axis
controller
Will
Attach
Bottom
Axis
(
bottomAxisController
:
AxisController
<
X
>
, controller
:
C
)
:
void
Parameters
bottomAxisController:
AxisController
<
X
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Bottom
Axis
Trait
controller
Will
Attach
Bottom
Axis
Trait
(
bottomAxisTrait
:
AxisTrait
<
X
>
, controller
:
C
)
:
void
Parameters
bottomAxisTrait:
AxisTrait
<
X
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Bottom
Axis
View
controller
Will
Attach
Bottom
Axis
View
(
bottomAxisView
:
AxisView
<
X
>
, controller
:
C
)
:
void
Parameters
bottomAxisView:
AxisView
<
X
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Chart
Trait
controller
Will
Attach
Chart
Trait
(
chartTrait
:
ChartTrait
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
chartTrait:
ChartTrait
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Chart
View
controller
Will
Attach
Chart
View
(
chartView
:
ChartView
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
chartView:
ChartView
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Data
Point
controller
Will
Attach
Data
Point
(
dataPointController
:
DataPointController
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
dataPointController:
DataPointController
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Data
Point
Label
View
controller
Will
Attach
Data
Point
Label
View
(
labelView
:
GraphicsView
, dataPointController
:
DataPointController
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
labelView:
GraphicsView
dataPointController:
DataPointController
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Data
Point
Trait
controller
Will
Attach
Data
Point
Trait
(
dataPointTrait
:
DataPointTrait
<
X
,
Y
>
, dataPointController
:
DataPointController
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
dataPointTrait:
DataPointTrait
<
X
,
Y
>
dataPointController:
DataPointController
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Data
Point
View
controller
Will
Attach
Data
Point
View
(
dataPointView
:
DataPointView
<
X
,
Y
>
, dataPointController
:
DataPointController
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
dataPointView:
DataPointView
<
X
,
Y
>
dataPointController:
DataPointController
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Data
Set
Trait
controller
Will
Attach
Data
Set
Trait
(
dataSetTrait
:
DataSetTrait
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
dataSetTrait:
DataSetTrait
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Graph
Trait
controller
Will
Attach
Graph
Trait
(
graphTrait
:
null
|
GraphTrait
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
graphTrait:
null
|
GraphTrait
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Graph
View
controller
Will
Attach
Graph
View
(
graphView
:
GraphView
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
graphView:
GraphView
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Left
Axis
controller
Will
Attach
Left
Axis
(
leftAxisController
:
AxisController
<
Y
>
, controller
:
C
)
:
void
Parameters
leftAxisController:
AxisController
<
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Left
Axis
Trait
controller
Will
Attach
Left
Axis
Trait
(
leftAxisTrait
:
AxisTrait
<
Y
>
, controller
:
C
)
:
void
Parameters
leftAxisTrait:
AxisTrait
<
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Left
Axis
View
controller
Will
Attach
Left
Axis
View
(
leftAxisView
:
AxisView
<
Y
>
, controller
:
C
)
:
void
Parameters
leftAxisView:
AxisView
<
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Parent
controller
Will
Attach
Parent
(
parent
:
Controller
, controller
:
C
)
:
void
Parameters
parent:
Controller
controller:
C
Returns
void
Optional
controller
Will
Attach
Plot
controller
Will
Attach
Plot
(
plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Plot
Trait
controller
Will
Attach
Plot
Trait
(
plotTrait
:
PlotTrait
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
plotTrait:
PlotTrait
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Plot
View
controller
Will
Attach
Plot
View
(
plotView
:
PlotView
<
X
,
Y
>
, plotController
:
PlotController
<
X
,
Y
>
, controller
:
C
)
:
void
Parameters
plotView:
PlotView
<
X
,
Y
>
plotController:
PlotController
<
X
,
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Right
Axis
controller
Will
Attach
Right
Axis
(
rightAxisController
:
AxisController
<
Y
>
, controller
:
C
)
:
void
Parameters
rightAxisController:
AxisController
<
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Right
Axis
Trait
controller
Will
Attach
Right
Axis
Trait
(
rightAxisTrait
:
AxisTrait
<
Y
>
, controller
:
C
)
:
void
Parameters
rightAxisTrait:
AxisTrait
<
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Right
Axis
View
controller
Will
Attach
Right
Axis
View
(
rightAxisView
:
AxisView
<
Y
>
, controller
:
C
)
:
void
Parameters
rightAxisView:
AxisView
<
Y
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Top
Axis
controller
Will
Attach
Top
Axis
(
topAxisController
:
AxisController
<
X
>
, controller
:
C
)
:
void
Parameters
topAxisController:
AxisController
<
X
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Top
Axis
Trait
controller
Will
Attach
Top
Axis
Trait
(
topAxisTrait
:
AxisTrait
<
X
>
, controller
:
C
)
:
void
Parameters
topAxisTrait:
AxisTrait
<
X
>
controller:
C
Returns
void
Optional
controller
Will
Attach
Top
Axis
View
controller
Will
Attach
Top
Axis
View
(
topAxisView
:
AxisView
<
X
>
, controller
:
C
)
:
void
Parameters
topAxisView:
AxisView
<
X
>
controller:
C
Returns
void
Optional
controller
Will
Compute
controller
Will
Compute
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Will
Detach
Parent
controller
Will
Detach
Parent
(
parent
:
Controller
, controller
:
C
)
:
void
Parameters
parent:
Controller
controller:
C
Returns
void
Optional
controller
Will
Generate
controller
Will
Generate
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Will
Insert
Child
controller
Will
Insert
Child
(
child
:
Controller
, target
:
null
|
Controller
, controller
:
C
)
:
void
Parameters
child:
Controller
target:
null
|
Controller
controller:
C
Returns
void
Optional
controller
Will
Mount
controller
Will
Mount
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Optional
controller
Will
Remove
Child
controller
Will
Remove
Child
(
child
:
Controller
, controller
:
C
)
:
void
Parameters
child:
Controller
controller:
C
Returns
void
Optional
controller
Will
Resolve
controller
Will
Resolve
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Will
Revise
controller
Will
Revise
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Will
Unmount
controller
Will
Unmount
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Modules
@swim/runtime
@swim/toolkit
@swim/ui
@swim/ux
@swim/vis
@swim/gauge
@swim/pie
@swim/chart
@swim/maps
Chart
Controller
Observer
controller
Did
Assemble
controller
Did
Attach
Parent
controller
Did
Compute
controller
Did
Detach
Bottom
Axis
controller
Did
Detach
Bottom
Axis
Trait
controller
Did
Detach
Bottom
Axis
View
controller
Did
Detach
Chart
Trait
controller
Did
Detach
Chart
View
controller
Did
Detach
Data
Point
controller
Did
Detach
Data
Point
Label
View
controller
Did
Detach
Data
Point
Trait
controller
Did
Detach
Data
Point
View
controller
Did
Detach
Data
Set
Trait
controller
Did
Detach
Graph
Trait
controller
Did
Detach
Graph
View
controller
Did
Detach
Left
Axis
controller
Did
Detach
Left
Axis
Trait
controller
Did
Detach
Left
Axis
View
controller
Did
Detach
Parent
controller
Did
Detach
Plot
controller
Did
Detach
Plot
Trait
controller
Did
Detach
Plot
View
controller
Did
Detach
Right
Axis
controller
Did
Detach
Right
Axis
Trait
controller
Did
Detach
Right
Axis
View
controller
Did
Detach
Top
Axis
controller
Did
Detach
Top
Axis
Trait
controller
Did
Detach
Top
Axis
View
controller
Did
Generate
controller
Did
Insert
Child
controller
Did
Mount
controller
Did
Remove
Child
controller
Did
Resolve
controller
Did
Revise
controller
Did
Unmount
controller
Will
Assemble
controller
Will
Attach
Bottom
Axis
controller
Will
Attach
Bottom
Axis
Trait
controller
Will
Attach
Bottom
Axis
View
controller
Will
Attach
Chart
Trait
controller
Will
Attach
Chart
View
controller
Will
Attach
Data
Point
controller
Will
Attach
Data
Point
Label
View
controller
Will
Attach
Data
Point
Trait
controller
Will
Attach
Data
Point
View
controller
Will
Attach
Data
Set
Trait
controller
Will
Attach
Graph
Trait
controller
Will
Attach
Graph
View
controller
Will
Attach
Left
Axis
controller
Will
Attach
Left
Axis
Trait
controller
Will
Attach
Left
Axis
View
controller
Will
Attach
Parent
controller
Will
Attach
Plot
controller
Will
Attach
Plot
Trait
controller
Will
Attach
Plot
View
controller
Will
Attach
Right
Axis
controller
Will
Attach
Right
Axis
Trait
controller
Will
Attach
Right
Axis
View
controller
Will
Attach
Top
Axis
controller
Will
Attach
Top
Axis
Trait
controller
Will
Attach
Top
Axis
View
controller
Will
Compute
controller
Will
Detach
Parent
controller
Will
Generate
controller
Will
Insert
Child
controller
Will
Mount
controller
Will
Remove
Child
controller
Will
Resolve
controller
Will
Revise
controller
Will
Unmount
Generated using
TypeDoc