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 record SizeSchemeForPoint : dymaptic.GeoBlazor.Pro.Model.SizeScheme, dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme, System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPoint>

Inheritance System.Object 🡒 SizeScheme 🡒 SizeSchemeForPoint

Implements ISizeScheme, System.IEquatable<SizeSchemeForPoint>

Constructors

SizeSchemeForPoint(MapColor, MapColor, SizeSchemeForPointOutline, Dimension, Dimension, Dimension, Dimension, 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, dymaptic.GeoBlazor.Core.Model.Dimension Size, dymaptic.GeoBlazor.Core.Model.Dimension NoDataSize, dymaptic.GeoBlazor.Core.Model.Dimension MinSize, dymaptic.GeoBlazor.Core.Model.Dimension MaxSize, double Opacity);

Parameters

Color MapColor

The fill color of the marker symbol. ArcGIS Maps SDK for JavaScript

NoDataColor 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 Dimension

The default size of the marker symbol in pixels or points. ArcGIS Maps SDK for JavaScript

NoDataSize Dimension

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 Dimension

The minimum size of a marker symbol in pixels or points representing features with low data values. ArcGIS Maps SDK for JavaScript

MaxSize Dimension

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; init; }

Property Value

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 dymaptic.GeoBlazor.Core.Model.Dimension MaxSize { get; init; }

Property Value

Dimension

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 dymaptic.GeoBlazor.Core.Model.Dimension MinSize { get; init; }

Property Value

Dimension

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; init; }

Property Value

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 dymaptic.GeoBlazor.Core.Model.Dimension NoDataSize { get; init; }

Property Value

Dimension

SizeSchemeForPoint.Opacity Property

The opacity of the marker symbol. ArcGIS Maps SDK for JavaScript

public double Opacity { get; init; }

Property Value

System.Double

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; init; }

Property Value

SizeSchemeForPointOutline

SizeSchemeForPoint.Size Property

The default size of the marker symbol in pixels or points. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.Dimension Size { get; init; }

Property Value

Dimension