Interface IMinMaxValuePropertyOwner

All Known Implementing Classes:
AbstractLineVisualSet, AbstractPolylineVisualSet, GanttPolylineVisualSet, LineBarVisualSet, LineVisualSet, PointsVisualSet, PolylineVisualSet, RangeRegionVisualSet

public interface IMinMaxValuePropertyOwner
Interface of minimum/maximum values property owners. Provides a set of methods corresponding to it.
Author:
Aleksey Kirillov
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the maximum Y-axis value for all data elements.
    double
    Returns the minimum Y-axis value for all data elements.
  • Method Details

    • getMinValue

      double getMinValue()
      Returns the minimum Y-axis value for all data elements. The minimum value is recalculated and cached at the moment the chart is redrawn. The method returns the value stored in the cache.
      Returns:
      the minimum Y-axis value for all data elements
      See Also:
    • getMaxValue

      double getMaxValue()
      Returns the maximum Y-axis value for all data elements. The maximum value is recalculated and cached at the moment the chart is redrawn. The method returns the value stored in the cache.
      Returns:
      the maximum Y-axis value for all data elements
      See Also: