GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Results

PieChartRendererResult Class

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

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

Inheritance System.Object 🡒 PieChartRendererResult

Implements System.IEquatable<PieChartRendererResult>

Constructors

PieChartRendererResult(PieChartRenderer, PieChartScheme, string, string, UniqueValuesResult, SizeVisualVariableResult) Constructor

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

public PieChartRendererResult(dymaptic.GeoBlazor.Pro.Components.Renderers.PieChartRenderer Renderer, dymaptic.GeoBlazor.Pro.Model.PieChartScheme PieChartScheme, string BasemapId, string BasemapTheme, dymaptic.GeoBlazor.Pro.Results.UniqueValuesResult Statistics, dymaptic.GeoBlazor.Pro.Results.SizeVisualVariableResult? Size=null);

Parameters

Renderer PieChartRenderer

The generated pie chart renderer.
ArcGIS Maps SDK for JavaScript

PieChartScheme PieChartScheme

The color scheme used by the renderer.
ArcGIS Maps SDK for JavaScript

BasemapId System.String

The ID of the basemap used to determine the optimal color schemes for the charts.
ArcGIS Maps SDK for JavaScript

BasemapTheme System.String

Indicates whether the average color of the input view’s basemap is light or dark.
ArcGIS Maps SDK for JavaScript

Statistics UniqueValuesResult

Contains the total counts of each attribute used in the renderer.
ArcGIS Maps SDK for JavaScript

Size SizeVisualVariableResult

A size visual variable representing the sum of all attributes included in the pie chart.
ArcGIS Maps SDK for JavaScript

Properties

PieChartRendererResult.BasemapId Property

The ID of the basemap used to determine the optimal color schemes for the charts.
ArcGIS Maps SDK for JavaScript

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.
ArcGIS Maps SDK for JavaScript

public string BasemapTheme { get; set; }

Property Value

System.String

PieChartRendererResult.PieChartScheme Property

The color scheme used by the renderer.
ArcGIS Maps SDK for JavaScript

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

Property Value

PieChartScheme

PieChartRendererResult.Renderer Property

The generated pie chart renderer.
ArcGIS Maps SDK for JavaScript

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.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Results.SizeVisualVariableResult? Size { get; set; }

Property Value

SizeVisualVariableResult

PieChartRendererResult.Statistics Property

Contains the total counts of each attribute used in the renderer.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Results.UniqueValuesResult Statistics { get; set; }

Property Value

UniqueValuesResult