Class RangePolicyForcedPoint

All Implemented Interfaces:
IRangePolicy, 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:
  • Constructor Details

    • 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.
  • Method Details