dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
PieChartCreateRendererParamsAttributes Class
A set of complementary numeric fields/expressions used to create the charts. ArcGIS Maps SDK for JavaScript
public record PieChartCreateRendererParamsAttributes : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.PieChartCreateRendererParamsAttributes>
Inheritance System.Object 🡒 PieChartCreateRendererParamsAttributes
Implements System.IEquatable<PieChartCreateRendererParamsAttributes>
Constructors
PieChartCreateRendererParamsAttributes(string, string, string, string) Constructor
A set of complementary numeric fields/expressions used to create the charts. ArcGIS Maps SDK for JavaScript
public PieChartCreateRendererParamsAttributes(string? Field, string? Label, string? ValueExpression=null, string? ValueExpressionTitle=null);
Parameters
Field System.String
The name of a numeric field. ArcGIS Maps SDK for JavaScript
Label System.String
The label describing the field name (or pie slice) in the legend. ArcGIS Maps SDK for JavaScript
ValueExpression System.String
An Arcade expression following the specification defined by the Arcade Visualization Profile. ArcGIS Maps SDK for JavaScript
ValueExpressionTitle System.String
Text describing the value returned from the \u0060valueExpression\u0060. ArcGIS Maps SDK for JavaScript
Properties
PieChartCreateRendererParamsAttributes.Field Property
The name of a numeric field. ArcGIS Maps SDK for JavaScript
public string? Field { get; init; }
Property Value
PieChartCreateRendererParamsAttributes.Label Property
The label describing the field name (or pie slice) in the legend. ArcGIS Maps SDK for JavaScript
public string? Label { get; init; }
Property Value
PieChartCreateRendererParamsAttributes.ValueExpression Property
An Arcade expression following the specification defined by the Arcade Visualization Profile. ArcGIS Maps SDK for JavaScript
public string? ValueExpression { get; init; }
Property Value
PieChartCreateRendererParamsAttributes.ValueExpressionTitle Property
Text describing the value returned from the \u0060valueExpression\u0060. ArcGIS Maps SDK for JavaScript
public string? ValueExpressionTitle { get; init; }