Class ClassBreaksRenderer
A renderer that classifies numeric data into two or more ranges of values to create a visualization.
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class ClassBreaksRenderer : Renderer, INotifyPropertyChanged
Remarks
A class breaks renderer contains a collection of ranges (or class breaks). Each Class
Class
Class breaks can be defined as continuous, where the minimum value of a break is defined by the maximum value of the previous
class break. For continuous class breaks only the max value needs to be set on each Class
For discontinuous class breaks, set both a min and a max value in each Class
Constructors
Name | Description |
---|---|
ClassBreaksRenderer(String, IEnumerable<ClassBreak>) | Initializes a new instance of the Class |
Properties
Name | Description |
---|---|
Background |
Gets or sets the renderer's background fill symbol which is of type
Simple |
Class |
Gets the collection of Class |
Classification |
Gets the renderer's classification method. |
Default |
Gets or sets the label used for the default symbol. |
Default |
Gets or sets the symbol for values that don't fall within any of the class breaks. |
Field |
Gets or sets the name of the field that the class breaks apply to. |
Min |
Gets or sets the minimum value of the first class break if the renderer uses continuous class breaks. |
Normalization |
Gets or sets the renderer's normalization field. |
Normalization |
Gets or sets the renderer's normalization total. |
Normalization |
Gets or sets the renderer's normalization type. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |