Interface BoxPlotOutlierModel

All Superinterfaces:
ChartModel

public interface BoxPlotOutlierModel extends ChartModel
Optional extension for box plot models that provide explicit outliers.

Outliers are expected to be raw values in the same Y-units as the box plot.

Since:
2026-01-01
Version:
1.0.0
Author:
Arber Gashi
  • Method Details

    • getOutliers

      double[] getOutliers(int index)
      Returns the outlier values for the given box plot index.
      Parameters:
      index - box plot index
      Returns:
      array of outlier values (may be empty or null)