Class LinePlot

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DayPlot, MonthPlot, YearPlot

public class LinePlot extends Chart<LinePlot>
This class represents a line plot. It handles axes, grid lines, and data points connected by lines.
Author:
Syam
See Also: