GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

PieChartScheme Class

Properties defining the colors and schemes used to visualize pie charts.
ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 PieChartScheme

Implements System.IEquatable<PieChartScheme>

Constructors

PieChartScheme(string, IReadOnlyCollection, IReadOnlyCollection, MapColor, PieChartSchemeOutline, ISizeScheme, string, MapColor) Constructor

Properties defining the colors and schemes used to visualize pie charts.
ArcGIS Maps SDK for JavaScript

public PieChartScheme(string Name, System.Collections.Generic.IReadOnlyCollection<string> Tags, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.MapColor> Colors, dymaptic.GeoBlazor.Core.Model.MapColor ColorForOtherCategory, dymaptic.GeoBlazor.Pro.Model.PieChartSchemeOutline Outline, dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme SizeScheme, string Size, dymaptic.GeoBlazor.Core.Model.MapColor? ColorForOthersCategory=null);

Parameters

Name System.String

The unique name of the color scheme.
ArcGIS Maps SDK for JavaScript

Tags System.Collections.Generic.IReadOnlyCollection<System.String>

Tags associated with the color scheme.
ArcGIS Maps SDK for JavaScript

Colors System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.MapColor>

The colors used to visualize pie slices in the chart.
ArcGIS Maps SDK for JavaScript

ColorForOtherCategory dymaptic.GeoBlazor.Core.Model.MapColor

The color of the “others” category.

Outline PieChartSchemeOutline

Properties for defining the outline of the pie chart.
ArcGIS Maps SDK for JavaScript

SizeScheme dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme

The scheme defining the size visual variable used to vary chart size per feature.
ArcGIS Maps SDK for JavaScript

Size System.String

The default size of the pie charts in points or pixels.
ArcGIS Maps SDK for JavaScript

ColorForOthersCategory dymaptic.GeoBlazor.Core.Model.MapColor

The color of the “others” category.
ArcGIS Maps SDK for JavaScript

Properties

PieChartScheme.ColorForOtherCategory Property

The color of the “others” category.

public dymaptic.GeoBlazor.Core.Model.MapColor ColorForOtherCategory { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Model.MapColor

PieChartScheme.ColorForOthersCategory Property

The color of the “others” category.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.MapColor? ColorForOthersCategory { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Model.MapColor

PieChartScheme.Colors Property

The colors used to visualize pie slices in the chart.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.MapColor>? Colors { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.MapColor>

PieChartScheme.Name Property

The unique name of the color scheme.
ArcGIS Maps SDK for JavaScript

public string? Name { get; set; }

Property Value

System.String

PieChartScheme.Outline Property

Properties for defining the outline of the pie chart.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Model.PieChartSchemeOutline? Outline { get; set; }

Property Value

PieChartSchemeOutline

PieChartScheme.Size Property

The default size of the pie charts in points or pixels.
ArcGIS Maps SDK for JavaScript

public string? Size { get; set; }

Property Value

System.String

PieChartScheme.SizeScheme Property

The scheme defining the size visual variable used to vary chart size per feature.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme? SizeScheme { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme

PieChartScheme.Tags Property

Tags associated with the color scheme.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<string>? Tags { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.String>