Show / Hide Table of Contents

Property Position

Position

Gets the position the color will be placed on a color ramp.

Declaration
public double Position { get; }
Property Value
Type Description
double

The position the color will be placed on a color ramp, in the interval [0.0, 1.0].

Remarks

The absolute value for the position is calculated using the minimum and maximum values from MinMaxStretchParameters, using the formula: position * minValue + (1.0 - position) * maxValue.

Applies to

Platforms and versions
TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.