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
ChartComponentObserver
Interface ChartComponentObserver<X, Y, C>
Type parameters
X
Y
C
:
ChartComponent
<
X
,
Y
>
=
ChartComponent
<
X
,
Y
>
Hierarchy
GraphComponentObserver
<
X
,
Y
,
C
>
ChartComponentObserver
Index
Methods
component
Did
Assemble
component
Did
Compute
component
Did
Generate
component
Did
Insert
Child
Component
component
Did
Mount
component
Did
Power
component
Did
Remove
Child
Component
component
Did
Resolve
component
Did
Revise
component
Did
Set
Bottom
Axis
component
Did
Set
Bottom
Axis
Trait
component
Did
Set
Bottom
Axis
View
component
Did
Set
Chart
Trait
component
Did
Set
Chart
View
component
Did
Set
Data
Point
component
Did
Set
Data
Point
Label
View
component
Did
Set
Data
Point
Trait
component
Did
Set
Data
Point
View
component
Did
Set
Data
Set
Trait
component
Did
Set
Graph
Trait
component
Did
Set
Graph
View
component
Did
Set
Left
Axis
component
Did
Set
Left
Axis
Trait
component
Did
Set
Left
Axis
View
component
Did
Set
Parent
Component
component
Did
Set
Plot
component
Did
Set
Plot
Trait
component
Did
Set
Plot
View
component
Did
Set
Right
Axis
component
Did
Set
Right
Axis
Trait
component
Did
Set
Right
Axis
View
component
Did
Set
Top
Axis
component
Did
Set
Top
Axis
Trait
component
Did
Set
Top
Axis
View
component
Did
Unmount
component
Did
Unpower
component
Will
Assemble
component
Will
Compute
component
Will
Generate
component
Will
Insert
Child
Component
component
Will
Mount
component
Will
Power
component
Will
Remove
Child
Component
component
Will
Resolve
component
Will
Revise
component
Will
Set
Bottom
Axis
component
Will
Set
Bottom
Axis
Trait
component
Will
Set
Bottom
Axis
View
component
Will
Set
Chart
Trait
component
Will
Set
Chart
View
component
Will
Set
Data
Point
component
Will
Set
Data
Point
Label
View
component
Will
Set
Data
Point
Trait
component
Will
Set
Data
Point
View
component
Will
Set
Data
Set
Trait
component
Will
Set
Graph
Trait
component
Will
Set
Graph
View
component
Will
Set
Left
Axis
component
Will
Set
Left
Axis
Trait
component
Will
Set
Left
Axis
View
component
Will
Set
Parent
Component
component
Will
Set
Plot
component
Will
Set
Plot
Trait
component
Will
Set
Plot
View
component
Will
Set
Right
Axis
component
Will
Set
Right
Axis
Trait
component
Will
Set
Right
Axis
View
component
Will
Set
Top
Axis
component
Will
Set
Top
Axis
Trait
component
Will
Set
Top
Axis
View
component
Will
Unmount
component
Will
Unpower
Methods
Optional
component
Did
Assemble
component
Did
Assemble
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Compute
component
Did
Compute
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Generate
component
Did
Generate
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Insert
Child
Component
component
Did
Insert
Child
Component
(
childComponent
:
Component
, targetModel
:
null
|
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
targetModel:
null
|
Component
component:
C
Returns
void
Optional
component
Did
Mount
component
Did
Mount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Did
Power
component
Did
Power
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Did
Remove
Child
Component
component
Did
Remove
Child
Component
(
childComponent
:
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
component:
C
Returns
void
Optional
component
Did
Resolve
component
Did
Resolve
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Revise
component
Did
Revise
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Set
Bottom
Axis
component
Did
Set
Bottom
Axis
(
newBottomAxisComponent
:
null
|
AxisComponent
<
X
>
, oldBottomAxisComponent
:
null
|
AxisComponent
<
X
>
, component
:
C
)
:
void
Parameters
newBottomAxisComponent:
null
|
AxisComponent
<
X
>
oldBottomAxisComponent:
null
|
AxisComponent
<
X
>
component:
C
Returns
void
Optional
component
Did
Set
Bottom
Axis
Trait
component
Did
Set
Bottom
Axis
Trait
(
newBottomAxisTrait
:
null
|
AxisTrait
<
X
>
, oldBottomAxisTrait
:
null
|
AxisTrait
<
X
>
, component
:
C
)
:
void
Parameters
newBottomAxisTrait:
null
|
AxisTrait
<
X
>
oldBottomAxisTrait:
null
|
AxisTrait
<
X
>
component:
C
Returns
void
Optional
component
Did
Set
Bottom
Axis
View
component
Did
Set
Bottom
Axis
View
(
newBottomAxisView
:
null
|
AxisView
<
X
>
, oldBottomAxisView
:
null
|
AxisView
<
X
>
, component
:
C
)
:
void
Parameters
newBottomAxisView:
null
|
AxisView
<
X
>
oldBottomAxisView:
null
|
AxisView
<
X
>
component:
C
Returns
void
Optional
component
Did
Set
Chart
Trait
component
Did
Set
Chart
Trait
(
newChartTraitt
:
null
|
ChartTrait
<
X
,
Y
>
, oldChartTrait
:
null
|
ChartTrait
<
X
,
Y
>
, component
:
C
)
:
void
Parameters
newChartTraitt:
null
|
ChartTrait
<
X
,
Y
>
oldChartTrait:
null
|
ChartTrait
<
X
,
Y
>
component:
C
Returns
void
Optional
component
Did
Set
Chart
View
component
Did
Set
Chart
View
(
newChartView
:
null
|
ChartView
<
X
,
Y
>
, oldChartView
:
null
|
ChartView
<
X
,
Y
>
, component
:
C
)
:
void
Parameters
newChartView:
null
|
ChartView
<
X
,
Y
>
oldChartView:
null
|
ChartView
<
X
,
Y
>
component:
C
Returns
void
Optional
component
Did
Set
Data
Point
component
Did
Set
Data
Point
(
newDataPointComponent
:
null
|
DataPointComponent
<
X
,
Y
>
, oldDataPointComponent
:
null
|
DataPointComponent
<
X
,
Y
>
, dataPointFastener
:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newDataPointComponent:
null
|
DataPointComponent
<
X
,
Y
>
oldDataPointComponent:
null
|
DataPointComponent
<
X
,
Y
>
dataPointFastener:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Did
Set
Data
Point
Label
View
component
Did
Set
Data
Point
Label
View
(
newLabelView
:
null
|
GraphicsView
, oldLabelView
:
null
|
GraphicsView
, dataPointFastener
:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newLabelView:
null
|
GraphicsView
oldLabelView:
null
|
GraphicsView
dataPointFastener:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Did
Set
Data
Point
Trait
component
Did
Set
Data
Point
Trait
(
newDataPointTrait
:
null
|
DataPointTrait
<
X
,
Y
>
, oldDataPointTrait
:
null
|
DataPointTrait
<
X
,
Y
>
, dataPointFastener
:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newDataPointTrait:
null
|
DataPointTrait
<
X
,
Y
>
oldDataPointTrait:
null
|
DataPointTrait
<
X
,
Y
>
dataPointFastener:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Did
Set
Data
Point
View
component
Did
Set
Data
Point
View
(
newDataPointView
:
null
|
DataPointView
<
X
,
Y
>
, oldDataPointView
:
null
|
DataPointView
<
X
,
Y
>
, dataPointFastener
:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newDataPointView:
null
|
DataPointView
<
X
,
Y
>
oldDataPointView:
null
|
DataPointView
<
X
,
Y
>
dataPointFastener:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Did
Set
Data
Set
Trait
component
Did
Set
Data
Set
Trait
(
newDataSetTrait
:
null
|
DataSetTrait
<
X
,
Y
>
, oldDataSetTrait
:
null
|
DataSetTrait
<
X
,
Y
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newDataSetTrait:
null
|
DataSetTrait
<
X
,
Y
>
oldDataSetTrait:
null
|
DataSetTrait
<
X
,
Y
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Did
Set
Graph
Trait
component
Did
Set
Graph
Trait
(
newGraphTrait
:
null
|
GraphTrait
<
X
,
Y
>
, oldGraphTrait
:
null
|
GraphTrait
<
X
,
Y
>
, component
:
C
)
:
void
Parameters
newGraphTrait:
null
|
GraphTrait
<
X
,
Y
>
oldGraphTrait:
null
|
GraphTrait
<
X
,
Y
>
component:
C
Returns
void
Optional
component
Did
Set
Graph
View
component
Did
Set
Graph
View
(
newGraphView
:
null
|
GraphView
<
X
,
Y
>
, oldGraphView
:
null
|
GraphView
<
X
,
Y
>
, component
:
C
)
:
void
Parameters
newGraphView:
null
|
GraphView
<
X
,
Y
>
oldGraphView:
null
|
GraphView
<
X
,
Y
>
component:
C
Returns
void
Optional
component
Did
Set
Left
Axis
component
Did
Set
Left
Axis
(
newLeftAxisComponent
:
null
|
AxisComponent
<
Y
>
, oldLeftAxisComponent
:
null
|
AxisComponent
<
Y
>
, component
:
C
)
:
void
Parameters
newLeftAxisComponent:
null
|
AxisComponent
<
Y
>
oldLeftAxisComponent:
null
|
AxisComponent
<
Y
>
component:
C
Returns
void
Optional
component
Did
Set
Left
Axis
Trait
component
Did
Set
Left
Axis
Trait
(
newLeftAxisTrait
:
null
|
AxisTrait
<
Y
>
, oldLeftAxisTrait
:
null
|
AxisTrait
<
Y
>
, component
:
C
)
:
void
Parameters
newLeftAxisTrait:
null
|
AxisTrait
<
Y
>
oldLeftAxisTrait:
null
|
AxisTrait
<
Y
>
component:
C
Returns
void
Optional
component
Did
Set
Left
Axis
View
component
Did
Set
Left
Axis
View
(
newLeftAxisView
:
null
|
AxisView
<
Y
>
, oldLeftAxisView
:
null
|
AxisView
<
Y
>
, component
:
C
)
:
void
Parameters
newLeftAxisView:
null
|
AxisView
<
Y
>
oldLeftAxisView:
null
|
AxisView
<
Y
>
component:
C
Returns
void
Optional
component
Did
Set
Parent
Component
component
Did
Set
Parent
Component
(
newParentComponent
:
null
|
Component
, oldParentComponent
:
null
|
Component
, component
:
C
)
:
void
Parameters
newParentComponent:
null
|
Component
oldParentComponent:
null
|
Component
component:
C
Returns
void
Optional
component
Did
Set
Plot
component
Did
Set
Plot
(
newPlotComponent
:
null
|
PlotComponent
<
X
,
Y
>
, oldPlotComponent
:
null
|
PlotComponent
<
X
,
Y
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newPlotComponent:
null
|
PlotComponent
<
X
,
Y
>
oldPlotComponent:
null
|
PlotComponent
<
X
,
Y
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Did
Set
Plot
Trait
component
Did
Set
Plot
Trait
(
newPlotTrait
:
null
|
PlotTrait
<
X
,
Y
>
, oldPlotTrait
:
null
|
PlotTrait
<
X
,
Y
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newPlotTrait:
null
|
PlotTrait
<
X
,
Y
>
oldPlotTrait:
null
|
PlotTrait
<
X
,
Y
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Did
Set
Plot
View
component
Did
Set
Plot
View
(
newPlotView
:
null
|
PlotView
<
X
,
Y
>
, oldPlotView
:
null
|
PlotView
<
X
,
Y
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newPlotView:
null
|
PlotView
<
X
,
Y
>
oldPlotView:
null
|
PlotView
<
X
,
Y
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Did
Set
Right
Axis
component
Did
Set
Right
Axis
(
newRightAxisComponent
:
null
|
AxisComponent
<
Y
>
, oldRightAxisComponent
:
null
|
AxisComponent
<
Y
>
, component
:
C
)
:
void
Parameters
newRightAxisComponent:
null
|
AxisComponent
<
Y
>
oldRightAxisComponent:
null
|
AxisComponent
<
Y
>
component:
C
Returns
void
Optional
component
Did
Set
Right
Axis
Trait
component
Did
Set
Right
Axis
Trait
(
newRightAxisTrait
:
null
|
AxisTrait
<
Y
>
, oldRightAxisTrait
:
null
|
AxisTrait
<
Y
>
, component
:
C
)
:
void
Parameters
newRightAxisTrait:
null
|
AxisTrait
<
Y
>
oldRightAxisTrait:
null
|
AxisTrait
<
Y
>
component:
C
Returns
void
Optional
component
Did
Set
Right
Axis
View
component
Did
Set
Right
Axis
View
(
newRightAxisView
:
null
|
AxisView
<
Y
>
, oldRightAxisView
:
null
|
AxisView
<
Y
>
, component
:
C
)
:
void
Parameters
newRightAxisView:
null
|
AxisView
<
Y
>
oldRightAxisView:
null
|
AxisView
<
Y
>
component:
C
Returns
void
Optional
component
Did
Set
Top
Axis
component
Did
Set
Top
Axis
(
newTopAxisComponent
:
null
|
AxisComponent
<
X
>
, oldTopAxisComponent
:
null
|
AxisComponent
<
X
>
, component
:
C
)
:
void
Parameters
newTopAxisComponent:
null
|
AxisComponent
<
X
>
oldTopAxisComponent:
null
|
AxisComponent
<
X
>
component:
C
Returns
void
Optional
component
Did
Set
Top
Axis
Trait
component
Did
Set
Top
Axis
Trait
(
newTopAxisTrait
:
null
|
AxisTrait
<
X
>
, oldTopAxisTrait
:
null
|
AxisTrait
<
X
>
, component
:
C
)
:
void
Parameters
newTopAxisTrait:
null
|
AxisTrait
<
X
>
oldTopAxisTrait:
null
|
AxisTrait
<
X
>
component:
C
Returns
void
Optional
component
Did
Set
Top
Axis
View
component
Did
Set
Top
Axis
View
(
newTopAxisView
:
null
|
AxisView
<
X
>
, oldTopAxisView
:
null
|
AxisView
<
X
>
, component
:
C
)
:
void
Parameters
newTopAxisView:
null
|
AxisView
<
X
>
oldTopAxisView:
null
|
AxisView
<
X
>
component:
C
Returns
void
Optional
component
Did
Unmount
component
Did
Unmount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Did
Unpower
component
Did
Unpower
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Assemble
component
Will
Assemble
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Compute
component
Will
Compute
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Generate
component
Will
Generate
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Insert
Child
Component
component
Will
Insert
Child
Component
(
childComponent
:
Component
, targetModel
:
null
|
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
targetModel:
null
|
Component
component:
C
Returns
void
Optional
component
Will
Mount
component
Will
Mount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Power
component
Will
Power
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Remove
Child
Component
component
Will
Remove
Child
Component
(
childComponent
:
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
component:
C
Returns
void
Optional
component
Will
Resolve
component
Will
Resolve
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Revise
component
Will
Revise
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Set
Bottom
Axis
component
Will
Set
Bottom
Axis
(
newBottomAxisComponent
:
null
|
AxisComponent
<
X
>
, oldBottomAxisComponent
:
null
|
AxisComponent
<
X
>
, component
:
C
)
:
void
Parameters
newBottomAxisComponent:
null
|
AxisComponent
<
X
>
oldBottomAxisComponent:
null
|
AxisComponent
<
X
>
component:
C
Returns
void
Optional
component
Will
Set
Bottom
Axis
Trait
component
Will
Set
Bottom
Axis
Trait
(
newBottomAxisTrait
:
null
|
AxisTrait
<
X
>
, oldBottomAxisTrait
:
null
|
AxisTrait
<
X
>
, component
:
C
)
:
void
Parameters
newBottomAxisTrait:
null
|
AxisTrait
<
X
>
oldBottomAxisTrait:
null
|
AxisTrait
<
X
>
component:
C
Returns
void
Optional
component
Will
Set
Bottom
Axis
View
component
Will
Set
Bottom
Axis
View
(
newBottomAxisView
:
null
|
AxisView
<
X
>
, oldBottomAxisView
:
null
|
AxisView
<
X
>
, component
:
C
)
:
void
Parameters
newBottomAxisView:
null
|
AxisView
<
X
>
oldBottomAxisView:
null
|
AxisView
<
X
>
component:
C
Returns
void
Optional
component
Will
Set
Chart
Trait
component
Will
Set
Chart
Trait
(
newChartTraitt
:
null
|
ChartTrait
<
X
,
Y
>
, oldChartTrait
:
null
|
ChartTrait
<
X
,
Y
>
, component
:
C
)
:
void
Parameters
newChartTraitt:
null
|
ChartTrait
<
X
,
Y
>
oldChartTrait:
null
|
ChartTrait
<
X
,
Y
>
component:
C
Returns
void
Optional
component
Will
Set
Chart
View
component
Will
Set
Chart
View
(
newChartView
:
null
|
ChartView
<
X
,
Y
>
, oldChartView
:
null
|
ChartView
<
X
,
Y
>
, component
:
C
)
:
void
Parameters
newChartView:
null
|
ChartView
<
X
,
Y
>
oldChartView:
null
|
ChartView
<
X
,
Y
>
component:
C
Returns
void
Optional
component
Will
Set
Data
Point
component
Will
Set
Data
Point
(
newDataPointComponent
:
null
|
DataPointComponent
<
X
,
Y
>
, oldDataPointComponent
:
null
|
DataPointComponent
<
X
,
Y
>
, dataPointFastener
:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newDataPointComponent:
null
|
DataPointComponent
<
X
,
Y
>
oldDataPointComponent:
null
|
DataPointComponent
<
X
,
Y
>
dataPointFastener:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Will
Set
Data
Point
Label
View
component
Will
Set
Data
Point
Label
View
(
newLabelView
:
null
|
GraphicsView
, oldLabelView
:
null
|
GraphicsView
, dataPointFastener
:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newLabelView:
null
|
GraphicsView
oldLabelView:
null
|
GraphicsView
dataPointFastener:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Will
Set
Data
Point
Trait
component
Will
Set
Data
Point
Trait
(
newDataPointTrait
:
null
|
DataPointTrait
<
X
,
Y
>
, oldDataPointTrait
:
null
|
DataPointTrait
<
X
,
Y
>
, dataPointFastener
:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newDataPointTrait:
null
|
DataPointTrait
<
X
,
Y
>
oldDataPointTrait:
null
|
DataPointTrait
<
X
,
Y
>
dataPointFastener:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Will
Set
Data
Point
View
component
Will
Set
Data
Point
View
(
newDataPointView
:
null
|
DataPointView
<
X
,
Y
>
, oldDataPointView
:
null
|
DataPointView
<
X
,
Y
>
, dataPointFastener
:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newDataPointView:
null
|
DataPointView
<
X
,
Y
>
oldDataPointView:
null
|
DataPointView
<
X
,
Y
>
dataPointFastener:
ComponentFastener
<
PlotComponent
<
X
,
Y
>
,
DataPointComponent
<
X
,
Y
>
,
never
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Will
Set
Data
Set
Trait
component
Will
Set
Data
Set
Trait
(
newDataSetTrait
:
null
|
DataSetTrait
<
X
,
Y
>
, oldDataSetTrait
:
null
|
DataSetTrait
<
X
,
Y
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newDataSetTrait:
null
|
DataSetTrait
<
X
,
Y
>
oldDataSetTrait:
null
|
DataSetTrait
<
X
,
Y
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Will
Set
Graph
Trait
component
Will
Set
Graph
Trait
(
newGraphTrait
:
null
|
GraphTrait
<
X
,
Y
>
, oldGraphTrait
:
null
|
GraphTrait
<
X
,
Y
>
, component
:
C
)
:
void
Parameters
newGraphTrait:
null
|
GraphTrait
<
X
,
Y
>
oldGraphTrait:
null
|
GraphTrait
<
X
,
Y
>
component:
C
Returns
void
Optional
component
Will
Set
Graph
View
component
Will
Set
Graph
View
(
newGraphView
:
null
|
GraphView
<
X
,
Y
>
, oldGraphView
:
null
|
GraphView
<
X
,
Y
>
, component
:
C
)
:
void
Parameters
newGraphView:
null
|
GraphView
<
X
,
Y
>
oldGraphView:
null
|
GraphView
<
X
,
Y
>
component:
C
Returns
void
Optional
component
Will
Set
Left
Axis
component
Will
Set
Left
Axis
(
newLeftAxisComponent
:
null
|
AxisComponent
<
Y
>
, oldLeftAxisComponent
:
null
|
AxisComponent
<
Y
>
, component
:
C
)
:
void
Parameters
newLeftAxisComponent:
null
|
AxisComponent
<
Y
>
oldLeftAxisComponent:
null
|
AxisComponent
<
Y
>
component:
C
Returns
void
Optional
component
Will
Set
Left
Axis
Trait
component
Will
Set
Left
Axis
Trait
(
newLeftAxisTrait
:
null
|
AxisTrait
<
Y
>
, oldLeftAxisTrait
:
null
|
AxisTrait
<
Y
>
, component
:
C
)
:
void
Parameters
newLeftAxisTrait:
null
|
AxisTrait
<
Y
>
oldLeftAxisTrait:
null
|
AxisTrait
<
Y
>
component:
C
Returns
void
Optional
component
Will
Set
Left
Axis
View
component
Will
Set
Left
Axis
View
(
newLeftAxisView
:
null
|
AxisView
<
Y
>
, oldLeftAxisView
:
null
|
AxisView
<
Y
>
, component
:
C
)
:
void
Parameters
newLeftAxisView:
null
|
AxisView
<
Y
>
oldLeftAxisView:
null
|
AxisView
<
Y
>
component:
C
Returns
void
Optional
component
Will
Set
Parent
Component
component
Will
Set
Parent
Component
(
newParentComponent
:
null
|
Component
, oldParentComponent
:
null
|
Component
, component
:
C
)
:
void
Parameters
newParentComponent:
null
|
Component
oldParentComponent:
null
|
Component
component:
C
Returns
void
Optional
component
Will
Set
Plot
component
Will
Set
Plot
(
newPlotComponent
:
null
|
PlotComponent
<
X
,
Y
>
, oldPlotComponent
:
null
|
PlotComponent
<
X
,
Y
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newPlotComponent:
null
|
PlotComponent
<
X
,
Y
>
oldPlotComponent:
null
|
PlotComponent
<
X
,
Y
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Will
Set
Plot
Trait
component
Will
Set
Plot
Trait
(
newPlotTrait
:
null
|
PlotTrait
<
X
,
Y
>
, oldPlotTrait
:
null
|
PlotTrait
<
X
,
Y
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newPlotTrait:
null
|
PlotTrait
<
X
,
Y
>
oldPlotTrait:
null
|
PlotTrait
<
X
,
Y
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Will
Set
Plot
View
component
Will
Set
Plot
View
(
newPlotView
:
null
|
PlotView
<
X
,
Y
>
, oldPlotView
:
null
|
PlotView
<
X
,
Y
>
, plotFastener
:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
)
:
void
Parameters
newPlotView:
null
|
PlotView
<
X
,
Y
>
oldPlotView:
null
|
PlotView
<
X
,
Y
>
plotFastener:
ComponentFastener
<
C
,
PlotComponent
<
X
,
Y
>
,
never
>
Returns
void
Optional
component
Will
Set
Right
Axis
component
Will
Set
Right
Axis
(
newRightAxisComponent
:
null
|
AxisComponent
<
Y
>
, oldRightAxisComponent
:
null
|
AxisComponent
<
Y
>
, component
:
C
)
:
void
Parameters
newRightAxisComponent:
null
|
AxisComponent
<
Y
>
oldRightAxisComponent:
null
|
AxisComponent
<
Y
>
component:
C
Returns
void
Optional
component
Will
Set
Right
Axis
Trait
component
Will
Set
Right
Axis
Trait
(
newRightAxisTrait
:
null
|
AxisTrait
<
Y
>
, oldRightAxisTrait
:
null
|
AxisTrait
<
Y
>
, component
:
C
)
:
void
Parameters
newRightAxisTrait:
null
|
AxisTrait
<
Y
>
oldRightAxisTrait:
null
|
AxisTrait
<
Y
>
component:
C
Returns
void
Optional
component
Will
Set
Right
Axis
View
component
Will
Set
Right
Axis
View
(
newRightAxisView
:
null
|
AxisView
<
Y
>
, oldRightAxisView
:
null
|
AxisView
<
Y
>
, component
:
C
)
:
void
Parameters
newRightAxisView:
null
|
AxisView
<
Y
>
oldRightAxisView:
null
|
AxisView
<
Y
>
component:
C
Returns
void
Optional
component
Will
Set
Top
Axis
component
Will
Set
Top
Axis
(
newTopAxisComponent
:
null
|
AxisComponent
<
X
>
, oldTopAxisComponent
:
null
|
AxisComponent
<
X
>
, component
:
C
)
:
void
Parameters
newTopAxisComponent:
null
|
AxisComponent
<
X
>
oldTopAxisComponent:
null
|
AxisComponent
<
X
>
component:
C
Returns
void
Optional
component
Will
Set
Top
Axis
Trait
component
Will
Set
Top
Axis
Trait
(
newTopAxisTrait
:
null
|
AxisTrait
<
X
>
, oldTopAxisTrait
:
null
|
AxisTrait
<
X
>
, component
:
C
)
:
void
Parameters
newTopAxisTrait:
null
|
AxisTrait
<
X
>
oldTopAxisTrait:
null
|
AxisTrait
<
X
>
component:
C
Returns
void
Optional
component
Will
Set
Top
Axis
View
component
Will
Set
Top
Axis
View
(
newTopAxisView
:
null
|
AxisView
<
X
>
, oldTopAxisView
:
null
|
AxisView
<
X
>
, component
:
C
)
:
void
Parameters
newTopAxisView:
null
|
AxisView
<
X
>
oldTopAxisView:
null
|
AxisView
<
X
>
component:
C
Returns
void
Optional
component
Will
Unmount
component
Will
Unmount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Unpower
component
Will
Unpower
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Modules
@swim/system
@swim/toolkit
@swim/ui
@swim/ux
@swim/vis
@swim/gauge
@swim/pie
@swim/chart
@swim/maps
Chart
Component
Observer
component
Did
Assemble
component
Did
Compute
component
Did
Generate
component
Did
Insert
Child
Component
component
Did
Mount
component
Did
Power
component
Did
Remove
Child
Component
component
Did
Resolve
component
Did
Revise
component
Did
Set
Bottom
Axis
component
Did
Set
Bottom
Axis
Trait
component
Did
Set
Bottom
Axis
View
component
Did
Set
Chart
Trait
component
Did
Set
Chart
View
component
Did
Set
Data
Point
component
Did
Set
Data
Point
Label
View
component
Did
Set
Data
Point
Trait
component
Did
Set
Data
Point
View
component
Did
Set
Data
Set
Trait
component
Did
Set
Graph
Trait
component
Did
Set
Graph
View
component
Did
Set
Left
Axis
component
Did
Set
Left
Axis
Trait
component
Did
Set
Left
Axis
View
component
Did
Set
Parent
Component
component
Did
Set
Plot
component
Did
Set
Plot
Trait
component
Did
Set
Plot
View
component
Did
Set
Right
Axis
component
Did
Set
Right
Axis
Trait
component
Did
Set
Right
Axis
View
component
Did
Set
Top
Axis
component
Did
Set
Top
Axis
Trait
component
Did
Set
Top
Axis
View
component
Did
Unmount
component
Did
Unpower
component
Will
Assemble
component
Will
Compute
component
Will
Generate
component
Will
Insert
Child
Component
component
Will
Mount
component
Will
Power
component
Will
Remove
Child
Component
component
Will
Resolve
component
Will
Revise
component
Will
Set
Bottom
Axis
component
Will
Set
Bottom
Axis
Trait
component
Will
Set
Bottom
Axis
View
component
Will
Set
Chart
Trait
component
Will
Set
Chart
View
component
Will
Set
Data
Point
component
Will
Set
Data
Point
Label
View
component
Will
Set
Data
Point
Trait
component
Will
Set
Data
Point
View
component
Will
Set
Data
Set
Trait
component
Will
Set
Graph
Trait
component
Will
Set
Graph
View
component
Will
Set
Left
Axis
component
Will
Set
Left
Axis
Trait
component
Will
Set
Left
Axis
View
component
Will
Set
Parent
Component
component
Will
Set
Plot
component
Will
Set
Plot
Trait
component
Will
Set
Plot
View
component
Will
Set
Right
Axis
component
Will
Set
Right
Axis
Trait
component
Will
Set
Right
Axis
View
component
Will
Set
Top
Axis
component
Will
Set
Top
Axis
Trait
component
Will
Set
Top
Axis
View
component
Will
Unmount
component
Will
Unpower
Generated using
TypeDoc