ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / UnclassedColorsRendererDefinition Class / LowerColorStop Property

In This Topic
    LowerColorStop Property
    In This Topic
    Gets or sets the lower color stop for the histogram used in the renderer.
    Syntax
    public Nullable<double> LowerColorStop {get; set;}
    Public Property LowerColorStop 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