Constructor ClassBreak
ClassBreak()
Initializes a new instance of the Class
Declaration
public ClassBreak()
Applies to
Platforms and versions
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 |
ClassBreak(String, String, Double, Double, Symbol)
Initializes a new instance of the Class
Declaration
public ClassBreak(string description, string label, double minValue, double maxValue, Symbol symbol)
Parameters
Type | Name | Description |
---|---|---|
System. |
description | A description of the class break. "Cities with a population under 100,000", for example. |
System. |
label | A label for the class break. "0 - 100000", for example. |
System. |
minValue | The minimum value of the range that defines the break. |
System. |
maxValue | The maximum value of the range that defines the break. |
Symbol | symbol | A symbol used to represent elements in the class break. |
Applies to
Platforms and versions
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 |
Relevant samples
ClassBreak(String, String, Double, Double, Symbol, IEnumerable<Symbol>)
Initializes a new instance of the Class
Declaration
public ClassBreak(string description, string label, double minValue, double maxValue, Symbol symbol, IEnumerable<Symbol> alternateSymbols)
Parameters
Type | Name | Description |
---|---|---|
System. |
description | A description of the class break. "Cities with a population under 100,000", for example. |
System. |
label | A label for the class break. "0 - 100000", for example. |
System. |
minValue | The minimum value of the range that defines the break. |
System. |
maxValue | The maximum value of the range that defines the break. |
Symbol | symbol | A symbol used to represent elements in the class break. |
System. |
alternateSymbols | A collection of alternate symbols to the primary symbol. Symbols in this list should be of type Multilayer |
Remarks
A class break can have alternate symbols to the primary symbol.
Alternate symbols allow you to tailor the visualization of a class break at different scales by selecting different symbols for different scales.
Alternate symbols are supported only when class break's primary symbol and other symbols in alternate symbol list are of type Multilayer
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.13 - 200.6 |
Xamarin.Android | 100.13 - 100.14 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.6 |