GeoBlazor Pro


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

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

PieChartClusterRendererParams Class

Input parameters for generating a pie chart visualization for clustering. See the table below for details of each parameter.

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

Inheritance System.Object 🡒 PieChartClusterRendererParams

Implements System.IEquatable<PieChartClusterRendererParams>

Constructors

PieChartClusterRendererParams(Layer, string, Nullable, LegendOptions) Constructor

Input parameters for generating a pie chart visualization for clustering. See the table below for details of each parameter.

public PieChartClusterRendererParams(dymaptic.GeoBlazor.Core.Components.Layers.Layer Layer, string? Shape=null, System.Nullable<bool> DefaultSymbolEnabled=null, dymaptic.GeoBlazor.Core.Components.Layers.LegendOptions? LegendOptions=null);

Parameters

Layer dymaptic.GeoBlazor.Core.Components.Layers.Layer

The layer for which the visualization is generated. To use the output cluster renderer, you must first enable clustering on the layer.

Shape System.String

Default Value: “pie”
Determines whether to create a pie chart or a donut chart.

DefaultSymbolEnabled System.Nullable<System.Boolean>

Default Value: true
Includes the defaultSymbol defined in the input layer’s renderer in the output pie chart renderer.

LegendOptions dymaptic.GeoBlazor.Core.Components.Layers.LegendOptions

Provides options for modifying Legend properties describing the visualization.

Properties

PieChartClusterRendererParams.DefaultSymbolEnabled Property

Default Value: true
Includes the defaultSymbol defined in the input layer’s renderer in the output pie chart renderer.

public System.Nullable<bool> DefaultSymbolEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

PieChartClusterRendererParams.Layer Property

The layer for which the visualization is generated. To use the output cluster renderer, you must first enable clustering on the layer.

public dymaptic.GeoBlazor.Core.Components.Layers.Layer Layer { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Layers.Layer

PieChartClusterRendererParams.LegendOptions Property

Provides options for modifying Legend properties describing the visualization.

public dymaptic.GeoBlazor.Core.Components.Layers.LegendOptions? LegendOptions { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Layers.LegendOptions

PieChartClusterRendererParams.Shape Property

Default Value: “pie”
Determines whether to create a pie chart or a donut chart.

public string? Shape { get; set; }

Property Value

System.String