GeoBlazor Pro
layout: pro title: ClassBreakInfo parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Objects
ClassBreakInfo Class
Describes the class breaks generated for an AuthoringInfoField
public class ClassBreakInfo :
System.IEquatable<dymaptic.GeoBlazor.Pro.Objects.ClassBreakInfo>
Inheritance System.Object 🡒 ClassBreakInfo
Implements System.IEquatable<ClassBreakInfo>
Constructors
ClassBreakInfo(double, double) Constructor
Describes the class breaks generated for an AuthoringInfoField
public ClassBreakInfo(double MaxValue, double MinValue);
Parameters
MaxValue
System.Double
The maximum bound of values to visualize in the given field. If a feature’s value is greater than this value, then it will be assigned the default symbol of the renderer.
MinValue
System.Double
The minimum bound of values to visualize in the given field. If a feature’s value is less than this value, then it will be assigned the default symbol of the renderer.
Properties
ClassBreakInfo.MaxValue Property
The maximum bound of values to visualize in the given field. If a feature’s value is greater than this value, then it will be assigned the default symbol of the renderer.
public double MaxValue { get; set; }
Property Value
ClassBreakInfo.MinValue Property
The minimum bound of values to visualize in the given field. If a feature’s value is less than this value, then it will be assigned the default symbol of the renderer.
public double MinValue { get; set; }