Class PolylineVisualSet<T>

Type Parameters:
T - visual set data elements type
All Implemented Interfaces:
IClipboardTextPropertyOwner<Double>, ILegendNodePropertiesOwner, IMinMaxValuePropertyOwner, IUpdatePolicyPropertyOwner, IAbstractChartVisualSet, ILineChartVisualSet
Direct Known Subclasses:
PiecewisePolylineVisualSet

public class PolylineVisualSet<T> extends AbstractPolylineVisualSet<T> implements ILineChartVisualSet
Visual set for drawing plots with lines and points.

Differs from a LineVisualSet in that the data element arguments may not be strictly increasing.

Author:
Aleksey Kirillov