dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
RendererTitle Class
Describes the schema of the RendererTitle element.
ArcGIS Maps SDK for JavaScript
public class RendererTitle :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.RendererTitle>
Inheritance System.Object 🡒 RendererTitle
Implements System.IEquatable<RendererTitle>
Constructors
RendererTitle(string, Nullable, string, string) Constructor
Describes the schema of the RendererTitle element.
ArcGIS Maps SDK for JavaScript
public RendererTitle(string? Field=null, System.Nullable<bool> NormByPct=null, string? NormField=null, string? Title=null);
Parameters
Field
System.String
The field name used in the renderer.
ArcGIS Maps SDK for JavaScript
NormByPct
System.Nullable<System.Boolean>
Indicates if a percentage is used in the normalization of the renderer.
ArcGIS Maps SDK for JavaScript
NormField
System.String
If a normalization field is provided to the renderer, this field is also used in the generated title for the renderer in the legend.
ArcGIS Maps SDK for JavaScript
Title
System.String
The title of the renderer as displayed in the legend.
ArcGIS Maps SDK for JavaScript
Properties
RendererTitle.Field Property
The field name used in the renderer.
ArcGIS Maps SDK for JavaScript
public string? Field { get; set; }
Property Value
RendererTitle.NormByPct Property
Indicates if a percentage is used in the normalization of the renderer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> NormByPct { get; set; }
Property Value
System.Nullable<System.Boolean>
RendererTitle.NormField Property
If a normalization field is provided to the renderer, this field is also used in the generated title for the renderer in the legend.
ArcGIS Maps SDK for JavaScript
public string? NormField { get; set; }
Property Value
RendererTitle.Title Property
The title of the renderer as displayed in the legend.
ArcGIS Maps SDK for JavaScript
public string? Title { get; set; }