GeoBlazor Pro
layout: pro title: PieChartScheme parent: Pro Classes grand_parent: 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, SchemeOutline, SizeScheme, Dimension) 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.Objects.MapColor> Colors, dymaptic.GeoBlazor.Core.Objects.MapColor ColorForOtherCategory, dymaptic.GeoBlazor.Pro.Model.SchemeOutline Outline, dymaptic.GeoBlazor.Pro.Model.SizeScheme SizeScheme, dymaptic.GeoBlazor.Core.Objects.Dimension Size);
Parameters
Name
System.String
The unique name of the color scheme.
Tags
System.Collections.Generic.IReadOnlyCollection<System.String>
Tags associated with the color scheme.
Colors
System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Objects.MapColor>
The colors used to visualize pie slices in the chart.
ColorForOtherCategory
dymaptic.GeoBlazor.Core.Objects.MapColor
The color of the “others” category.
Outline
SchemeOutline
Properties for defining the outline of the pie chart.
SizeScheme
SizeScheme
The scheme defining the size visual variable used to vary chart size per feature.
Size
dymaptic.GeoBlazor.Core.Objects.Dimension
The default size of the pie charts in points or pixels.
Properties
PieChartScheme.ColorForOtherCategory Property
The color of the “others” category.
public dymaptic.GeoBlazor.Core.Objects.MapColor ColorForOtherCategory { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Objects.MapColor
PieChartScheme.Colors Property
The colors used to visualize pie slices in the chart.
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Objects.MapColor> Colors { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Objects.MapColor>
PieChartScheme.Name Property
The unique name of the color scheme.
public string Name { get; set; }
Property Value
PieChartScheme.Outline Property
Properties for defining the outline of the pie chart.
public dymaptic.GeoBlazor.Pro.Model.SchemeOutline Outline { get; set; }
Property Value
PieChartScheme.Size Property
The default size of the pie charts in points or pixels.
public dymaptic.GeoBlazor.Core.Objects.Dimension Size { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Objects.Dimension
PieChartScheme.SizeScheme Property
The scheme defining the size visual variable used to vary chart size per feature.
public dymaptic.GeoBlazor.Pro.Model.SizeScheme SizeScheme { get; set; }
Property Value
PieChartScheme.Tags Property
Tags associated with the color scheme.
public System.Collections.Generic.IReadOnlyCollection<string> Tags { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>