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.
ArcGIS Maps SDK for JavaScript
public class SizeSchemeForPoint : dymaptic.GeoBlazor.Pro.Model.SizeScheme,
dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme,
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPoint>
Inheritance System.Object 🡒 SizeScheme 🡒 SizeSchemeForPoint
Implements dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme, System.IEquatable<SizeSchemeForPoint>
Constructors
SizeSchemeForPoint(MapColor, MapColor, SizeSchemeForPointOutline, int, int, int, int, double) Constructor
Properties defining the symbology scheme used to visualize point features driven by attribute data.
ArcGIS Maps SDK for JavaScript
public SizeSchemeForPoint(dymaptic.GeoBlazor.Core.Model.MapColor Color, dymaptic.GeoBlazor.Core.Model.MapColor NoDataColor, dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPointOutline Outline, int Size, int NoDataSize, int MinSize, int MaxSize, double Opacity);
Parameters
Color
dymaptic.GeoBlazor.Core.Model.MapColor
The fill color of the marker symbol.
ArcGIS Maps SDK for JavaScript
NoDataColor
dymaptic.GeoBlazor.Core.Model.MapColor
The color of the marker symbol used to indicate features with no data and features that are out of range.
ArcGIS Maps SDK for JavaScript
Outline
SizeSchemeForPointOutline
Properties for defining the outline of the marker symbol.
ArcGIS Maps SDK for JavaScript
Size
System.Int32
The default size of the marker symbol in pixels or points.
ArcGIS Maps SDK for JavaScript
NoDataSize
System.Int32
The size of the marker symbol (in pixels or points) used to indicate features with no data and features that are out of range.
ArcGIS Maps SDK for JavaScript
MinSize
System.Int32
The minimum size of a marker symbol in pixels or points representing features with low data values.
ArcGIS Maps SDK for JavaScript
MaxSize
System.Int32
The maximum size of a marker symbol in pixels or points representing features with high data values.
ArcGIS Maps SDK for JavaScript
Opacity
System.Double
The opacity of the marker symbol.
ArcGIS Maps SDK for JavaScript
Properties
SizeSchemeForPoint.Color Property
The fill color of the marker symbol.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.MapColor Color { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.MapColor
SizeSchemeForPoint.MaxSize Property
The maximum size of a marker symbol in pixels or points representing features with high data values.
ArcGIS Maps SDK for JavaScript
public int 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.
ArcGIS Maps SDK for JavaScript
public int 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.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.MapColor NoDataColor { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.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.
ArcGIS Maps SDK for JavaScript
public int NoDataSize { get; set; }
Property Value
SizeSchemeForPoint.Opacity Property
The opacity of the marker symbol.
ArcGIS Maps SDK for JavaScript
public double Opacity { get; set; }
Property Value
SizeSchemeForPoint.Outline Property
Properties for defining the outline of the marker symbol.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPointOutline Outline { get; set; }
Property Value
SizeSchemeForPoint.Size Property
The default size of the marker symbol in pixels or points.
ArcGIS Maps SDK for JavaScript
public int Size { get; set; }