Interface ValueMarker

All Superinterfaces:
ChartElement, Marker
All Known Implementing Classes:
NumberMarker, RangeMarker

public interface ValueMarker extends Marker
A marker that can be used to mark a value or range of values on a ValueAxis3D.
Since:
1.2
  • Method Details

    • getRange

      Returns the range of values covered by the marker. If the marker represents a single value rather than a range of values, then the range that is returned will have zero length.
      Returns:
      The range (never null).