Interface RectangularChart<T extends RectangularChart>

All Superinterfaces:
Chart<T>, ChartModel<T>, Component, Component.BelongToFrame, Component.HasCaption, Component.HasDescription, Component.HasIcon, CoordinateChart<T>, CoordinateChartModel<T>, HasColors<T>, HasMargins<T>, HasStartEffect<T>, RectangularChartModel<T>
All Known Subinterfaces:
GanttChart, SerialChart, SeriesBasedChart<T>, XYChart
All Known Implementing Classes:
GanttChartImpl, RectangularChartImpl, SerialChartImpl, SeriesBasedChartImpl, XYChartImpl

public interface RectangularChart<T extends RectangularChart> extends CoordinateChart<T>, RectangularChartModel<T>
Base interface for GanttChart, SerialChart and XYChart.
See documentation for properties of AmRectangularChart JS object.
http://docs.amcharts.com/3/javascriptcharts/AmRectangularChart
  • Method Details

    • addCursorZoomListener

      Subscription addCursorZoomListener(Consumer<Chart.CursorZoomEvent> listener)
      Adds a listener for cursor zoom. Called when value of the cursor zoom changed.
      Parameters:
      listener - a listener to add
      Returns:
      subscription
    • addCursorPeriodSelectListener

      Subscription addCursorPeriodSelectListener(Consumer<Chart.CursorPeriodSelectEvent> listener)
      Adds a listener for period selection by cursor. Called when value of the cursor period changed.
      Parameters:
      listener - a listener to add
      Returns:
      subscription