GeoBlazor Pro


layout: pro title: AuthoringInfoField parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Objects

AuthoringInfoField Class

A numeric field used for generating a relationship renderer

public class AuthoringInfoField :
System.IEquatable<dymaptic.GeoBlazor.Pro.Objects.AuthoringInfoField>

Inheritance System.Object 🡒 AuthoringInfoField

Implements System.IEquatable<AuthoringInfoField>

Constructors

AuthoringInfoField(string, string, IReadOnlyCollection, string) Constructor

A numeric field used for generating a relationship renderer

public AuthoringInfoField(string Field, string? NormalizationField, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Objects.ClassBreakInfo>? ClassBreakInfos, string? Label);

Parameters

Field System.String

The name of a numeric field.

NormalizationField System.String

The name of a numeric field used to normalize the given field. In choropleth visualizations it is best practice to normalize your data values if they haven’t already been normalized.

ClassBreakInfos System.Collections.Generic.IReadOnlyCollection<ClassBreakInfo>

Describes the class breaks generated for this field.

Label System.String

The label used to describe the field or variable in the legend.

Properties

AuthoringInfoField.ClassBreakInfos Property

Describes the class breaks generated for this field.

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Objects.ClassBreakInfo>? ClassBreakInfos { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<ClassBreakInfo>

AuthoringInfoField.Field Property

The name of a numeric field.

public string Field { get; set; }

Property Value

System.String

AuthoringInfoField.Label Property

The label used to describe the field or variable in the legend.

public string? Label { get; set; }

Property Value

System.String

AuthoringInfoField.NormalizationField Property

The name of a numeric field used to normalize the given field. In choropleth visualizations it is best practice to normalize your data values if they haven’t already been normalized.

public string? NormalizationField { get; set; }

Property Value

System.String