Class LineBarVisualSet<T>

java.lang.Object
com.amalgamasimulation.visualsets.VisualSet<T>
com.amalgamasimulation.visualsets.LineBarVisualSet<T>
Type Parameters:
T - visual set data elements type
All Implemented Interfaces:
IClipboardTextPropertyOwner<Double>, ILegendNodePropertiesOwner, IMinMaxValuePropertyOwner, IUpdatePolicyPropertyOwner, IAbstractChartVisualSet, ILineChartVisualSet

Visual set for drawing bars.

Used to draw visuals corresponding to the statistical data. The bottom of the bar is always drawn at zero on the Y-axis and the top is at actual element value on the Y-axis.

Author:
Aleksey Kirillov