ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ClassifyColorizerDefinition Class / NormalizationType Property

In This Topic
    NormalizationType Property (ClassifyColorizerDefinition)
    In This Topic
    Gets and sets the ArcGIS.Core.CIM.DataNormalizationMethod to normalize the data.
    Syntax
    Public Property NormalizationType As Nullable(Of DataNormalizationMethod)
    public Nullable<DataNormalizationMethod> NormalizationType {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also