GeoBlazor Pro
layout: pro title: SizeSchemeForPoint parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
SizeSchemeForPoint Class
Properties defining the symbology scheme used to visualize point features driven by attribute data.
public class SizeSchemeForPoint : dymaptic.GeoBlazor.Pro.Model.SizeScheme,
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPoint>
Inheritance System.Object 🡒 SizeScheme 🡒 SizeSchemeForPoint
Implements System.IEquatable<SizeSchemeForPoint>
Constructors
SizeSchemeForPoint(MapColor, MapColor, SchemeOutline, double, double, double, double, double) Constructor
Properties defining the symbology scheme used to visualize point features driven by attribute data.
public SizeSchemeForPoint(dymaptic.GeoBlazor.Core.Objects.MapColor Color, dymaptic.GeoBlazor.Core.Objects.MapColor NoDataColor, dymaptic.GeoBlazor.Pro.Model.SchemeOutline Outline, double Size, double NoDataSize, double MinSize, double MaxSize, double Opacity);
Parameters
Color
dymaptic.GeoBlazor.Core.Objects.MapColor
The fill color of the marker symbol.
NoDataColor
dymaptic.GeoBlazor.Core.Objects.MapColor
The color of the marker symbol used to indicate features with no data and features that are out of range.
Outline
SchemeOutline
Properties for defining the outline of the marker symbol.
Size
System.Double
The default size of the marker symbol in pixels or points.
NoDataSize
System.Double
The size of the marker symbol (in pixels or points) used to indicate features with no data and features that are out of range.
MinSize
System.Double
The minimum size of a marker symbol in pixels or points representing features with low data values.
MaxSize
System.Double
The maximum size of a marker symbol in pixels or points representing features with high data values.
Opacity
System.Double
The opacity of the marker symbol.
Properties
SizeSchemeForPoint.Color Property
The fill color of the marker symbol.
public dymaptic.GeoBlazor.Core.Objects.MapColor Color { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Objects.MapColor
SizeSchemeForPoint.MaxSize Property
The maximum size of a marker symbol in pixels or points representing features with high data values.
public double MaxSize { get; set; }
Property Value
SizeSchemeForPoint.MinSize Property
The minimum size of a marker symbol in pixels or points representing features with low data values.
public double MinSize { get; set; }
Property Value
SizeSchemeForPoint.NoDataColor Property
The color of the marker symbol used to indicate features with no data and features that are out of range.
public dymaptic.GeoBlazor.Core.Objects.MapColor NoDataColor { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Objects.MapColor
SizeSchemeForPoint.NoDataSize Property
The size of the marker symbol (in pixels or points) used to indicate features with no data and features that are out of range.
public double NoDataSize { get; set; }
Property Value
SizeSchemeForPoint.Opacity Property
The opacity of the marker symbol.
public double Opacity { get; set; }
Property Value
SizeSchemeForPoint.Outline Property
Properties for defining the outline of the marker symbol.
public dymaptic.GeoBlazor.Pro.Model.SchemeOutline Outline { get; set; }
Property Value
SizeSchemeForPoint.Size Property
The default size of the marker symbol in pixels or points.
public double Size { get; set; }