Class LineBarVisualSet<T>

java.lang.Object
com.amalgamasimulation.charts.visualsets.VisualSet<T>
com.amalgamasimulation.charts.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.

Can be drawn on AbstractLineChart.

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