GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
PieChartSchemeOutline Class
Properties for defining the outline of the pie chart. ArcGIS Maps SDK for JavaScript
public record PieChartSchemeOutline : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.PieChartSchemeOutline>
Inheritance System.Object 🡒 PieChartSchemeOutline
Implements System.IEquatable<PieChartSchemeOutline>
Constructors
PieChartSchemeOutline(MapColor, string) Constructor
Properties for defining the outline of the pie chart. ArcGIS Maps SDK for JavaScript
public PieChartSchemeOutline(dymaptic.GeoBlazor.Core.Model.MapColor? Color=null, string? Width=null);
Parameters
Color
MapColor
The outline color of the pie chart. ArcGIS Maps SDK for JavaScript
Width
System.String
The width of the outline in points. ArcGIS Maps SDK for JavaScript
Properties
PieChartSchemeOutline.Color Property
The outline color of the pie chart. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.MapColor? Color { get; init; }
Property Value
PieChartSchemeOutline.Width Property
The width of the outline in points. ArcGIS Maps SDK for JavaScript
public string? Width { get; init; }