Class RangePolicyForcedPoint

  • All Implemented Interfaces:
    IRangePolicy, java.io.Serializable

    public final class RangePolicyForcedPoint
    extends RangePolicyMinimumViewport
    A range policy that forces the chart always to display the constructor given point regardless of the actual bounds of the traces within the chart.

    Version:
    $Revision: 1.8 $
    Author:
    Achim Westermann
    See Also:
    Serialized Form
    • Constructor Detail

      • RangePolicyForcedPoint

        public RangePolicyForcedPoint()
        Creates a range policy that ensures zero to be visible.

      • RangePolicyForcedPoint

        public RangePolicyForcedPoint​(double point)
        Creates a range policy backed by the given point in the dimension this policy is used (x or y).

        Parameters:
        point - the point that always has to be shown.