GeoBlazor Pro


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

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

PieChartClusterRendererResult Class

The result object of the CreateRendererForClustering(PieChartClusterRendererParams) method.
ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 PieChartClusterRendererResult

Implements System.IEquatable<PieChartClusterRendererResult>

Constructors

PieChartClusterRendererResult(PieChartRenderer, IReadOnlyCollection) Constructor

The result object of the CreateRendererForClustering(PieChartClusterRendererParams) method.
ArcGIS Maps SDK for JavaScript

public PieChartClusterRendererResult(dymaptic.GeoBlazor.Pro.Components.Renderers.PieChartRenderer Renderer, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Components.Layers.AggregateField> Fields);

Parameters

Renderer PieChartRenderer

The generated pie chart renderer to use for clustering. Set this on a renderer property of the FeatureReductionCluster instance to update its visualization.

Fields System.Collections.Generic.IReadOnlyCollection<AggregateField>

The aggregate fields used by the renderer. Set this on a fields property of the FeatureReductionCluster instance alongside the renderer to update the clustering visualization to pie charts.

Properties

PieChartClusterRendererResult.Fields Property

The aggregate fields used by the renderer. Set this on a fields property of the FeatureReductionCluster instance alongside the renderer to update the clustering visualization to pie charts.

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Components.Layers.AggregateField> Fields { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<AggregateField>

PieChartClusterRendererResult.Renderer Property

The generated pie chart renderer to use for clustering. Set this on a renderer property of the FeatureReductionCluster instance to update its visualization.

public dymaptic.GeoBlazor.Pro.Components.Renderers.PieChartRenderer Renderer { get; set; }

Property Value

PieChartRenderer