Class PointCloudStretchRenderer
A renderer for point clouds using color stops.
Namespace: Esri.ArcGISRuntime.Mapping.PointCloud
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PointCloudStretchRenderer : PointCloudRenderer
Remarks
This renderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. It allows you to map continuous color ramps to minimum and maximum data values of one of the layer's numeric attribute fields.
Constructors
| Name | Description |
|---|---|
| PointCloudStretchRenderer(string, IEnumerable<PointCloudColorStop>) | Initializes a new instance of the PointCloudStretchRenderer class. |
Properties
| Name | Description |
|---|---|
| Stops | Gets the collection of stops that define colors and point values to control rendering. |
| TransformType | Gets or sets the type of field transform applied by the renderer. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |