Interface IDisplayedRangeAutoScrollPropertyOwner

All Known Implementing Classes:
GanttChartNumericXAxis, GanttChartTimeXAxis, LineChartNumericXAxis, LineChartTimeXAxis

public interface IDisplayedRangeAutoScrollPropertyOwner
Interface of displayed range auto scroll property owners. Provides a set of methods corresponding to it.
Author:
Aleksey Kirillov
  • Method Details

    • setDisplayedRangeAutoScrollEnabled

      IDisplayedRangeAutoScrollPropertyOwner setDisplayedRangeAutoScrollEnabled(boolean enabled)
      Specifies whether the displayed range is auto-scrolled during setting new values to any of the displayed visual sets.
      Parameters:
      enabled - flag setting if the displayed range is auto-scrolled during setting new values to any of the displayed visual sets
      Returns:
      reference to this object
    • isDisplayedRangeAutoScrollEnabled

      boolean isDisplayedRangeAutoScrollEnabled()
      Checks if displayed range is auto-scrolled during setting new values to any of the displayed visual sets.
      Returns:
      true if displayed range is auto-scrolled during setting new values to any of the displayed visual sets, false otherwise