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