/*
   * (non-Javadoc)
   *
   * @param value
   *
   * @see
   * cn.limc.androidcharts.event.ITouchEventResponse#notifyEvent(GridChart)
   */
  @Override
  public void notifyEvent(GridChart chart) {
    // CandleStickChart candlechart = (CandleStickChart) chart;
    // this. = candlechart.getMaxSticksNum();

    super.setDisplayCrossYOnTouch(false);
    // notifyEvent
    super.notifyEvent(chart);
    // notifyEventAll
    super.notifyEventAll(this);
  }