Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChartComponentObserver<X, Y, C>

Type parameters

Hierarchy

Index

Methods

Methods

Optional componentDidAssemble

Optional componentDidCompute

Optional componentDidGenerate

Optional componentDidInsertChildComponent

  • componentDidInsertChildComponent(childComponent: Component, targetModel: null | Component, component: C): void

Optional componentDidMount

  • componentDidMount(component: Component): void

Optional componentDidPower

  • componentDidPower(component: Component): void

Optional componentDidRemoveChildComponent

  • componentDidRemoveChildComponent(childComponent: Component, component: C): void

Optional componentDidResolve

Optional componentDidRevise

Optional componentDidSetBottomAxis

  • componentDidSetBottomAxis(newBottomAxisComponent: null | AxisComponent<X>, oldBottomAxisComponent: null | AxisComponent<X>, component: C): void
  • Parameters

    Returns void

Optional componentDidSetBottomAxisTrait

  • componentDidSetBottomAxisTrait(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 componentDidSetBottomAxisView

  • componentDidSetBottomAxisView(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 componentDidSetChartTrait

  • componentDidSetChartTrait(newChartTraitt: null | ChartTrait<X, Y>, oldChartTrait: null | ChartTrait<X, Y>, component: C): void
  • Parameters

    Returns void

Optional componentDidSetChartView

  • componentDidSetChartView(newChartView: null | ChartView<X, Y>, oldChartView: null | ChartView<X, Y>, component: C): void
  • Parameters

    Returns void

Optional componentDidSetDataPoint

Optional componentDidSetDataPointLabelView

Optional componentDidSetDataPointTrait

Optional componentDidSetDataPointView

Optional componentDidSetDataSetTrait

Optional componentDidSetGraphTrait

  • componentDidSetGraphTrait(newGraphTrait: null | GraphTrait<X, Y>, oldGraphTrait: null | GraphTrait<X, Y>, component: C): void

Optional componentDidSetGraphView

  • componentDidSetGraphView(newGraphView: null | GraphView<X, Y>, oldGraphView: null | GraphView<X, Y>, component: C): void

Optional componentDidSetLeftAxis

  • componentDidSetLeftAxis(newLeftAxisComponent: null | AxisComponent<Y>, oldLeftAxisComponent: null | AxisComponent<Y>, component: C): void
  • Parameters

    Returns void

Optional componentDidSetLeftAxisTrait

  • componentDidSetLeftAxisTrait(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 componentDidSetLeftAxisView

  • componentDidSetLeftAxisView(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 componentDidSetParentComponent

  • componentDidSetParentComponent(newParentComponent: null | Component, oldParentComponent: null | Component, component: C): void

Optional componentDidSetPlot

Optional componentDidSetPlotTrait

Optional componentDidSetPlotView

Optional componentDidSetRightAxis

  • componentDidSetRightAxis(newRightAxisComponent: null | AxisComponent<Y>, oldRightAxisComponent: null | AxisComponent<Y>, component: C): void
  • Parameters

    Returns void

Optional componentDidSetRightAxisTrait

  • componentDidSetRightAxisTrait(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 componentDidSetRightAxisView

  • componentDidSetRightAxisView(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 componentDidSetTopAxis

  • componentDidSetTopAxis(newTopAxisComponent: null | AxisComponent<X>, oldTopAxisComponent: null | AxisComponent<X>, component: C): void
  • Parameters

    Returns void

Optional componentDidSetTopAxisTrait

  • componentDidSetTopAxisTrait(newTopAxisTrait: null | AxisTrait<X>, oldTopAxisTrait: null | AxisTrait<X>, component: C): void
  • Parameters

    Returns void

Optional componentDidSetTopAxisView

  • componentDidSetTopAxisView(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 componentDidUnmount

  • componentDidUnmount(component: Component): void

Optional componentDidUnpower

  • componentDidUnpower(component: Component): void

Optional componentWillAssemble

Optional componentWillCompute

Optional componentWillGenerate

Optional componentWillInsertChildComponent

  • componentWillInsertChildComponent(childComponent: Component, targetModel: null | Component, component: C): void

Optional componentWillMount

  • componentWillMount(component: Component): void

Optional componentWillPower

  • componentWillPower(component: Component): void

Optional componentWillRemoveChildComponent

  • componentWillRemoveChildComponent(childComponent: Component, component: C): void

Optional componentWillResolve

Optional componentWillRevise

Optional componentWillSetBottomAxis

  • componentWillSetBottomAxis(newBottomAxisComponent: null | AxisComponent<X>, oldBottomAxisComponent: null | AxisComponent<X>, component: C): void
  • Parameters

    Returns void

Optional componentWillSetBottomAxisTrait

  • componentWillSetBottomAxisTrait(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 componentWillSetBottomAxisView

  • componentWillSetBottomAxisView(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 componentWillSetChartTrait

  • componentWillSetChartTrait(newChartTraitt: null | ChartTrait<X, Y>, oldChartTrait: null | ChartTrait<X, Y>, component: C): void
  • Parameters

    Returns void

Optional componentWillSetChartView

  • componentWillSetChartView(newChartView: null | ChartView<X, Y>, oldChartView: null | ChartView<X, Y>, component: C): void
  • Parameters

    Returns void

Optional componentWillSetDataPoint

Optional componentWillSetDataPointLabelView

Optional componentWillSetDataPointTrait

Optional componentWillSetDataPointView

Optional componentWillSetDataSetTrait

Optional componentWillSetGraphTrait

  • componentWillSetGraphTrait(newGraphTrait: null | GraphTrait<X, Y>, oldGraphTrait: null | GraphTrait<X, Y>, component: C): void

Optional componentWillSetGraphView

  • componentWillSetGraphView(newGraphView: null | GraphView<X, Y>, oldGraphView: null | GraphView<X, Y>, component: C): void

Optional componentWillSetLeftAxis

  • componentWillSetLeftAxis(newLeftAxisComponent: null | AxisComponent<Y>, oldLeftAxisComponent: null | AxisComponent<Y>, component: C): void
  • Parameters

    Returns void

Optional componentWillSetLeftAxisTrait

  • componentWillSetLeftAxisTrait(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 componentWillSetLeftAxisView

  • componentWillSetLeftAxisView(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 componentWillSetParentComponent

  • componentWillSetParentComponent(newParentComponent: null | Component, oldParentComponent: null | Component, component: C): void

Optional componentWillSetPlot

Optional componentWillSetPlotTrait

Optional componentWillSetPlotView

Optional componentWillSetRightAxis

  • componentWillSetRightAxis(newRightAxisComponent: null | AxisComponent<Y>, oldRightAxisComponent: null | AxisComponent<Y>, component: C): void
  • Parameters

    Returns void

Optional componentWillSetRightAxisTrait

  • componentWillSetRightAxisTrait(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 componentWillSetRightAxisView

  • componentWillSetRightAxisView(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 componentWillSetTopAxis

  • componentWillSetTopAxis(newTopAxisComponent: null | AxisComponent<X>, oldTopAxisComponent: null | AxisComponent<X>, component: C): void
  • Parameters

    Returns void

Optional componentWillSetTopAxisTrait

  • componentWillSetTopAxisTrait(newTopAxisTrait: null | AxisTrait<X>, oldTopAxisTrait: null | AxisTrait<X>, component: C): void
  • Parameters

    Returns void

Optional componentWillSetTopAxisView

  • componentWillSetTopAxisView(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 componentWillUnmount

  • componentWillUnmount(component: Component): void

Optional componentWillUnpower

  • componentWillUnpower(component: Component): void

Generated using TypeDoc