GeoBlazor Pro


layout: pro title: SizeSchemeForPolyline parent: Pro Classes grand_parent: 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.

public class SizeSchemeForPolyline : dymaptic.GeoBlazor.Pro.Model.SizeScheme,
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPolyline>

Inheritance System.Object 🡒 SizeScheme 🡒 SizeSchemeForPolyline

Implements System.IEquatable<SizeSchemeForPolyline>

Constructors

SizeSchemeForPolyline(MapColor, MapColor, double, double, double, double, double) Constructor

Properties defining the symbology scheme used to visualize polyline features driven by attribute data.

public SizeSchemeForPolyline(dymaptic.GeoBlazor.Core.Objects.MapColor Color, dymaptic.GeoBlazor.Core.Objects.MapColor NoDataColor, double Width, double NoDataWidth, double MinWidth, double MaxWidth, double Opacity);

Parameters

Color dymaptic.GeoBlazor.Core.Objects.MapColor

The color of the line symbol.

NoDataColor dymaptic.GeoBlazor.Core.Objects.MapColor

The color of the line symbol used to indicate features with no data and features that are out of range.

Width System.Double

The default width of the line symbol in pixels or points.

NoDataWidth System.Double

The width of the line symbol in pixels or points used to indicate features with no data and features that are out of range.

MinWidth System.Double

The minimum width of a line symbol in pixels or points representing features with low data values.

MaxWidth System.Double

The maximum width of a line symbol in pixels or points representing features with high data values.

Opacity System.Double

The opacity of the line symbol.

Properties

SizeSchemeForPolyline.Color Property

The color of the line symbol.

public dymaptic.GeoBlazor.Core.Objects.MapColor Color { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Objects.MapColor

SizeSchemeForPolyline.MaxWidth Property

The maximum width of a line symbol in pixels or points representing features with high data values.

public double MaxWidth { get; set; }

Property Value

System.Double

SizeSchemeForPolyline.MinWidth Property

The minimum width of a line symbol in pixels or points representing features with low data values.

public double MinWidth { get; set; }

Property Value

System.Double

SizeSchemeForPolyline.NoDataColor Property

The color of the line 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

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.

public double NoDataWidth { get; set; }

Property Value

System.Double

SizeSchemeForPolyline.Opacity Property

The opacity of the line symbol.

public double Opacity { get; set; }

Property Value

System.Double

SizeSchemeForPolyline.Width Property

The default width of the line symbol in pixels or points.

public double Width { get; set; }

Property Value

System.Double