Class PiecewiseVisualMap

All Implemented Interfaces:
HasPosition<PiecewiseVisualMap>, HasPadding<PiecewiseVisualMap>, Serializable

public class PiecewiseVisualMap extends AbstractVisualMap<PiecewiseVisualMap>
Visual map component for displaying data in discrete form.
Piecewise visualMap component works in one of the three modes:
  • CONTINUOUS-AVERAGE: the series data is continuous and is divided into pieces averagely according to splitNumber.
  • CONTINUOUS-CUSTOMIZED: the series data is continuous and is divided into pieces according to the given rule defined in pieces.
  • CATEGORY: the series data is discrete and is categorized according to categories.
More detailed information is provided in the documentation.
See Also: