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 class 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
dymaptic.GeoBlazor.Core.Model.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; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.MapColor
PieChartSchemeOutline.Width Property
The width of the outline in points.
ArcGIS Maps SDK for JavaScript
public string? Width { get; set; }