dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

SymbolTableElementInfo Class

Properties defining the scheme of the SymbolTableElementInfo.
ArcGIS Maps SDK for JavaScript

public class SymbolTableElementInfo :
dymaptic.GeoBlazor.Core.Interfaces.ISymbolTableElementType,
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SymbolTableElementInfo>

Inheritance System.Object 🡒 SymbolTableElementInfo

Implements ISymbolTableElementType, System.IEquatable<SymbolTableElementInfo>

Constructors

SymbolTableElementInfo(Nullable, RampTitle, Nullable, string, Symbol, string) Constructor

Properties defining the scheme of the SymbolTableElementInfo.
ArcGIS Maps SDK for JavaScript

public SymbolTableElementInfo(System.Nullable<Microsoft.AspNetCore.Components.ElementReference> Preview=null, dymaptic.GeoBlazor.Core.Model.RampTitle? RampTitleLabel=null, System.Nullable<int> Size=null, string? StringLabel=null, dymaptic.GeoBlazor.Core.Components.Symbols.Symbol? Symbol=null, string? Value=null);

Parameters

Preview System.Nullable<Microsoft.AspNetCore.Components.ElementReference>

A preview of the symbol element as displayed in the legend.
ArcGIS Maps SDK for JavaScript

RampTitleLabel RampTitle

The title of the renderer as displayed in the Legend.
ArcGIS Maps SDK for JavaScript

Size System.Nullable<System.Int32>

The size of the symbol in points.
ArcGIS Maps SDK for JavaScript

StringLabel System.String

The title of the renderer as displayed in the Legend.
ArcGIS Maps SDK for JavaScript

Symbol Symbol

The symbol for the corresponding value in the legend.
ArcGIS Maps SDK for JavaScript

Value System.String

The value corresponding with the given symbol in the legend.
ArcGIS Maps SDK for JavaScript

Properties

SymbolTableElementInfo.Preview Property

A preview of the symbol element as displayed in the legend.
ArcGIS Maps SDK for JavaScript

public System.Nullable<Microsoft.AspNetCore.Components.ElementReference> Preview { get; set; }

Property Value

System.Nullable<Microsoft.AspNetCore.Components.ElementReference>

SymbolTableElementInfo.RampTitleLabel Property

The title of the renderer as displayed in the Legend.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.RampTitle? RampTitleLabel { get; set; }

Property Value

RampTitle

SymbolTableElementInfo.Size Property

The size of the symbol in points.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> Size { get; set; }

Property Value

System.Nullable<System.Int32>

SymbolTableElementInfo.StringLabel Property

The title of the renderer as displayed in the Legend.
ArcGIS Maps SDK for JavaScript

public string? StringLabel { get; set; }

Property Value

System.String

SymbolTableElementInfo.Symbol Property

The symbol for the corresponding value in the legend.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Symbols.Symbol? Symbol { get; set; }

Property Value

Symbol

SymbolTableElementInfo.Value Property

The value corresponding with the given symbol in the legend.
ArcGIS Maps SDK for JavaScript

public string? Value { get; set; }

Property Value

System.String