Interface IValueInRangePropertyOwner
- All Known Implementing Classes:
BarChartNumericYAxis,GanttChartNumericXAxis,GanttChartTimeXAxis,LineChartNumericXAxis,LineChartNumericYAxis,LineChartTimeXAxis
public interface IValueInRangePropertyOwner
Interface of value-in-range property owners. Provides a set of methods
corresponding to it.
- Author:
- Aleksey Kirillov
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisValueDisplayed(double value) Checks whether the value is displayed on this axis.
-
Method Details
-
isValueDisplayed
boolean isValueDisplayed(double value) Checks whether the value is displayed on this axis.- Parameters:
value- value to check- Returns:
trueif the value is displayed on this axis,falseotherwise
-