Class GanttPolylineVisualSet<T>

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

public class GanttPolylineVisualSet<T> extends AbstractPolylineVisualSet<T> implements IGanttChartRowPropertyOwner, IGanttChartVisualSet
Visual set for drawing polylines.

Can be drawn on TimeGanttChart.

Polylines are drawn within a single GanttChartRow that does not have its own numerical vertical axis.

A drawn polyline is usually used not for the purpose of represents exact values, but for the purpose of understanding the general profile of changing values.

The minimum Y-value within the data elements corresponds to the lower bound of the GanttChartRow, and the maximum value corresponds to the upper one. The remaining values are drawn relative to the minimum and maximum.

Author:
Aleksey Kirillov