Interface IMinMaxValuePropertyOwner

All Superinterfaces:
IMaxValuePropertyOwner, IMinValuePropertyOwner
All Known Implementing Classes:
LineChartNumericYAxis

public interface IMinMaxValuePropertyOwner extends IMinValuePropertyOwner, IMaxValuePropertyOwner
Interface of min/max values property owners. Provides a set of methods corresponding to it.
Author:
Aleksey Kirillov
  • Method Details

    • setValueLimits

      IMinMaxValuePropertyOwner setValueLimits(double minValue, double maxValue)
      Convenience method, can be used instead of calling two methods setMinValue and setMaxValue. Redraws this axis and it's parent chart.
      Parameters:
      minValue - minimum possible value that can be displayed on axis
      maxValue - maximum possible value that can be displayed on axis
      Returns:
      reference to this object