GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
SchemeOutline Class
Properties for defining the outline of the pie chart, marker or background fill symbol.
public class SchemeOutline :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SchemeOutline>
Inheritance System.Object 🡒 SchemeOutline
Implements System.IEquatable<SchemeOutline>
Constructors
SchemeOutline(MapColor, double) Constructor
Properties for defining the outline of the pie chart, marker or background fill symbol.
public SchemeOutline(dymaptic.GeoBlazor.Core.Objects.MapColor Color, double Width);
Parameters
Color
dymaptic.GeoBlazor.Core.Objects.MapColor
The outline color of the pie chart, marker or background fill symbol.
Width
System.Double
The width of the outline or marker symbol in pixels or points.
Properties
SchemeOutline.Color Property
The outline color of the pie chart, marker or background fill symbol.
public dymaptic.GeoBlazor.Core.Objects.MapColor Color { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Objects.MapColor
SchemeOutline.Width Property
The width of the outline or marker symbol in pixels or points.
public double Width { get; set; }