Enum Class ClassBreaksRenderer.NormalizationType

java.lang.Object
java.lang.Enum<ClassBreaksRenderer.NormalizationType>
com.esri.arcgisruntime.symbology.ClassBreaksRenderer.NormalizationType
All Implemented Interfaces:
Serializable, Comparable<ClassBreaksRenderer.NormalizationType>, Constable
Enclosing class:
ClassBreaksRenderer

public static enum ClassBreaksRenderer.NormalizationType extends Enum<ClassBreaksRenderer.NormalizationType>
Defines the different normalization types that can be applied to values by a class breaks renderer.

Normalization types other than NONE indicate that the values in each class break are normalized in some way rather than having actual data values. This enum indicates the type of normalization that should be applied to the data before comparing with a class break.

Since:
100.0.0