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 Summary
Modifier and TypeMethodDescriptionbooleanChecks if displayed range is auto-scrolled during setting new values to any of the displayed visual sets.setDisplayedRangeAutoScrollEnabled(boolean enabled) Specifies whether the displayed range is auto-scrolled during setting new values to any of the displayed visual sets.
-
Method Details
-
setDisplayedRangeAutoScrollEnabled
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:
trueif displayed range is auto-scrolled during setting new values to any of the displayed visual sets,falseotherwise
-