Class PointCloudClassBreaksRenderer
Renderer for point clouds using class breaks.
Namespace: Esri.ArcGISRuntime.Mapping.PointCloud
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PointCloudClassBreaksRenderer : PointCloudRenderer
Remarks
Colors are assigned based on ranges of data. Each point is assigned a color based on the class break in which the value of the attribute falls.
Constructors
| Name | Description |
|---|---|
| PointCloudClassBreaksRenderer(string, IEnumerable<PointCloudColorClassBreak>) | Initializes a new instance of the PointCloudClassBreaksRenderer class. |
Properties
| Name | Description |
|---|---|
| ClassBreaks | Gets the collection of class breaks that define a color to apply to each range of values. |
| TransformType | Gets or sets the type of transform that is applied to the field value before evaluating. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |