GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components

AttributeBinsGraphic Class

A Graphic returned in a FeatureSet as result of running queryAttributeBins() method.
ArcGIS Maps SDK for JavaScript

public class AttributeBinsGraphic : dymaptic.GeoBlazor.Core.Components.Graphic

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 dymaptic.GeoBlazor.Core.Components.Graphic 🡒 AttributeBinsGraphic

Properties

AttributeBinsGraphic.StackedAttributes Property

The stackedAttributes contains an array of name-value pairs, where the names correspond to unique values of the specified field or expression alias.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.Dictionary<string,string>? StackedAttributes { get; set; }

Property Value

System.Collections.Generic.Dictionary<System.String,System.String>