Class ScatterChartModel

All Implemented Interfaces:
Serializable

public class ScatterChartModel extends LineChartModel
Scatter charts are based on basic line charts with the x axis changed to a linear axis. To use a scatter chart, data must be passed as NumericPoint objects containing X and Y properties.
See Also:
  • Constructor Details

    • ScatterChartModel

      public ScatterChartModel()
  • Method Details