Class LineVisualSet<T>

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

public class LineVisualSet<T> extends AbstractLineVisualSet<T> implements ILineChartVisualSet, IClipboardTextPropertyOwner<Double>
Visual set for drawing line plots with points. Optionally draws the plot as a stack diagram.

Can be drawn on AbstractLineChart.

Does not allow multiple data elements with the same X-axis value. All elements must be ordered in ascending order of values along the x-axis.

Author:
Aleksey Kirillov