All Implemented Interfaces:
HasStack<LineSeries>, HasSymbols<LineSeries>, Serializable

public class LineSeries extends AbstractAxisAwareSeries<LineSeries> implements HasSymbols<LineSeries>, HasStack<LineSeries>
Line chart relates all the data points symbol by broken lines, which is used to show the trend of data changing. It could be used in both rectangular and polar coordinate.
Note: when areaStyle is set, area chart will be drawn.
Note: with PiecewiseVisualMap component, line chart / area chart can have different colors on different sections.
More detailed information is provided in the documentation.
See Also: