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 Type
    Method
    Description
    boolean
    isValueDisplayed(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:
      true if the value is displayed on this axis, false otherwise