dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
LabelInfos Class
Label infos for the slider.
ArcGIS Maps SDK for JavaScript
public class LabelInfos :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.LabelInfos>
Inheritance System.Object 🡒 LabelInfos
Implements System.IEquatable<LabelInfos>
Constructors
LabelInfos(IReadOnlyCollection, string, string) Constructor
Label infos for the slider.
ArcGIS Maps SDK for JavaScript
public LabelInfos(System.Collections.Generic.IReadOnlyCollection<string> Values, string? Max=null, string? Min=null);
Parameters
Values
System.Collections.Generic.IReadOnlyCollection<System.String>
Max
System.String
Min
System.String
Properties
LabelInfos.Max Property
public string? Max { get; set; }
Property Value
LabelInfos.Min Property
public string? Min { get; set; }
Property Value
LabelInfos.Values Property
public System.Collections.Generic.IReadOnlyCollection<string> Values { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>