Interface MultiVariateChartModel.MultiVariatePoint

All Known Implementing Classes:
DefaultMultiVariateChartModel.DefaultMultiVariatePoint
Enclosing interface:
MultiVariateChartModel

public static interface MultiVariateChartModel.MultiVariatePoint
Represents a single data item in a multivariate dataset.
Since:
2025-06-01
Version:
1.0.0
Author:
Arber Gashi
  • Method Summary

    Modifier and Type
    Method
    Description
    double[]
    Returns the values for this data point across all dimensions.
  • Method Details

    • getValues

      double[] getValues()
      Returns the values for this data point across all dimensions. The order of values should correspond to the order of dimension labels.