GeoBlazor Pro


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

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

LabelSchemes Class

The return object of the GetClusterLabelSchemes(ClusterLabelSchemeParams) or GetBinLabelSchemes(BinLabelSchemeParams) methods.
ArcGIS Maps SDK for JavaScript

public class LabelSchemes :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.LabelSchemes>

Inheritance System.Object 🡒 LabelSchemes

Implements System.IEquatable<LabelSchemes>

Constructors

LabelSchemes(LabelScheme, IReadOnlyCollection) Constructor

The return object of the GetClusterLabelSchemes(ClusterLabelSchemeParams) or GetBinLabelSchemes(BinLabelSchemeParams) methods.
ArcGIS Maps SDK for JavaScript

public LabelSchemes(dymaptic.GeoBlazor.Pro.Model.LabelScheme PrimaryScheme, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.LabelScheme> SecondarySchemes);

Parameters

PrimaryScheme LabelScheme

Includes the primary labeling scheme suggested for the input layer’s clusters.

SecondarySchemes System.Collections.Generic.IReadOnlyCollection<LabelScheme>

Includes secondary labeling schemes suggested for the input layer’s clusters.

Properties

LabelSchemes.PrimaryScheme Property

Includes the primary labeling scheme suggested for the input layer’s clusters.

public dymaptic.GeoBlazor.Pro.Model.LabelScheme PrimaryScheme { get; set; }

Property Value

LabelScheme

LabelSchemes.SecondarySchemes Property

Includes secondary labeling schemes suggested for the input layer’s clusters.

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.LabelScheme> SecondarySchemes { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<LabelScheme>