GeoBlazor Pro


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

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

PieChartRendererResult Class

The result object of the CreateRenderer(PieChartRendererParams) method.
ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 PieChartRendererResult

Implements System.IEquatable<PieChartRendererResult>

Constructors

PieChartRendererResult(PieChartRenderer, VisualVariableResult, PieChartScheme, string, string, StatisticsUniqueValuesResult) Constructor

The result object of the CreateRenderer(PieChartRendererParams) method.
ArcGIS Maps SDK for JavaScript

public PieChartRendererResult(dymaptic.GeoBlazor.Pro.Components.Renderers.PieChartRenderer Renderer, dymaptic.GeoBlazor.Pro.Model.VisualVariableResult? Size, dymaptic.GeoBlazor.Pro.Model.PieChartScheme PieChartScheme, string BasemapId, string BasemapTheme, dymaptic.GeoBlazor.Pro.Model.StatisticsUniqueValuesResult Statistics);

Parameters

Renderer PieChartRenderer

The generated pie chart renderer. Set this on a layer’s renderer property to update its visualization.

Size VisualVariableResult

A size visual variable representing the sum of all attributes included in the pie chart. This is returned if the includeSizeVariable parameter is true.

PieChartScheme PieChartScheme

The color scheme used by the renderer.

BasemapId System.String

The ID of the basemap used to determine the optimal color schemes for the charts.

BasemapTheme System.String

Indicates whether the average color of the input view’s basemap is light or dark.

Statistics StatisticsUniqueValuesResult

Contains the total counts of each attribute used in the renderer.

Properties

PieChartRendererResult.BasemapId Property

The ID of the basemap used to determine the optimal color schemes for the charts.

public string BasemapId { get; set; }

Property Value

System.String

PieChartRendererResult.BasemapTheme Property

Indicates whether the average color of the input view’s basemap is light or dark.

public string BasemapTheme { get; set; }

Property Value

System.String

PieChartRendererResult.PieChartScheme Property

The color scheme used by the renderer.

public dymaptic.GeoBlazor.Pro.Model.PieChartScheme PieChartScheme { get; set; }

Property Value

PieChartScheme

PieChartRendererResult.Renderer Property

The generated pie chart renderer. Set this on a layer’s renderer property to update its visualization.

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

Property Value

PieChartRenderer

PieChartRendererResult.Size Property

A size visual variable representing the sum of all attributes included in the pie chart. This is returned if the includeSizeVariable parameter is true.

public dymaptic.GeoBlazor.Pro.Model.VisualVariableResult? Size { get; set; }

Property Value

VisualVariableResult

PieChartRendererResult.Statistics Property

Contains the total counts of each attribute used in the renderer.

public dymaptic.GeoBlazor.Pro.Model.StatisticsUniqueValuesResult Statistics { get; set; }

Property Value

StatisticsUniqueValuesResult