Class PointCloudColorClassBreak
Defines a color to apply to points with an attribute value within a specified range of values.
Namespace: Esri.ArcGISRuntime.Mapping.PointCloud
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PointCloudColorClassBreak
Constructors
| Name | Description |
|---|---|
| PointCloudColorClassBreak(Color, double, double) | Initializes a new instance of the PointCloudColorClassBreak class with the specified color, minimum, and maximum values. |
Properties
| Name | Description |
|---|---|
| Color | Gets or sets the color to apply to points with a value inside the range defined by the class break. |
| Description | Gets or sets the description of the class break. |
| Label | Gets or sets the label for the class break. |
| MaxValue | Gets or sets the maximum value for the class break. |
| MinValue | Gets or sets the minimum value for the class break. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |