Class BoxAndWhiskerVisualSet<T>

java.lang.Object
com.amalgamasimulation.charts.visualsets.VisualSet<T>
com.amalgamasimulation.charts.visualsets.BoxAndWhiskerVisualSet<T>
Type Parameters:
T - the type of the data elements contained in the visual set
All Implemented Interfaces:
IUpdatePolicyPropertyOwner, IAbstractChartVisualSet

public class BoxAndWhiskerVisualSet<T> extends VisualSet<T>
Represents a visual set for rendering Box-and-Whisker plots, which are used to visualize some distribution. This class supports customization of box colors, element names, mean values, and intervals.
Author:
Andrey Malykhanov