ClassBreaksRenderer

constructor(fieldName: String = "", classBreaks: Iterable<ClassBreak> = emptyList())

Creates a new class breaks renderer with the given class breaks applied to the given field.

Since

200.1.0

Parameters

fieldName

The field name that the class breaks apply to.

classBreaks

The collection of class breaks to apply to the given field.