dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
RampTitle Class
Describes the schema of the RampTitle element.
ArcGIS Maps SDK for JavaScript
public class RampTitle :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.RampTitle>
Inheritance System.Object 🡒 RampTitle
Implements System.IEquatable<RampTitle>
Constructors
RampTitle(string, string, Nullable, Nullable, Nullable) Constructor
Describes the schema of the RampTitle element.
ArcGIS Maps SDK for JavaScript
public RampTitle(string? Field=null, string? NormField=null, System.Nullable<bool> Ratio=null, System.Nullable<bool> RatioPercent=null, System.Nullable<bool> RatioPercentTotal=null);
Parameters
Field
System.String
The field name used in a visual variable of a renderer.
ArcGIS Maps SDK for JavaScript
NormField
System.String
If provided, the normalization field name used in a visual variable of a renderer.
ArcGIS Maps SDK for JavaScript
Ratio
System.Nullable<System.Boolean>
If true
, the legend formats to display the field and normalization field as a ratio.
ArcGIS Maps SDK for JavaScript
RatioPercent
System.Nullable<System.Boolean>
If true
, the legend formats to display the field and normalization field as a percentage.
ArcGIS Maps SDK for JavaScript
RatioPercentTotal
System.Nullable<System.Boolean>
If true
, the legend formats to display the field and normalization field as a percentage of total.
ArcGIS Maps SDK for JavaScript
Properties
RampTitle.Field Property
The field name used in a visual variable of a renderer.
ArcGIS Maps SDK for JavaScript
public string? Field { get; set; }
Property Value
RampTitle.NormField Property
If provided, the normalization field name used in a visual variable of a renderer.
ArcGIS Maps SDK for JavaScript
public string? NormField { get; set; }
Property Value
RampTitle.Ratio Property
If true
, the legend formats to display the field and normalization field as a ratio.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Ratio { get; set; }
Property Value
System.Nullable<System.Boolean>
RampTitle.RatioPercent Property
If true
, the legend formats to display the field and normalization field as a percentage.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> RatioPercent { get; set; }
Property Value
System.Nullable<System.Boolean>
RampTitle.RatioPercentTotal Property
If true
, the legend formats to display the field and normalization field as a percentage of total.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> RatioPercentTotal { get; set; }