ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / UnclassedColorsRendererDefinition Class / UpperColorStop Property

In This Topic
    UpperColorStop Property
    In This Topic
    Gets or sets the upper color stop for the histogram used in the renderer.
    Syntax
    public Nullable<double> UpperColorStop {get; set;}
    Public Property UpperColorStop As Nullable(Of Double)
    Remarks
    Histogram stops can be edited to stretch or contract the color range. Any data outside of the two stops will be treated as outliers and drawn with either the minimum or maximum color.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also