dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
PieChartCreateRendererParamsLegendOptions Class
Provides options for modifying Legend properties describing the visualization. ArcGIS Maps SDK for JavaScript
public record PieChartCreateRendererParamsLegendOptions : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.PieChartCreateRendererParamsLegendOptions>
Inheritance System.Object 🡒 PieChartCreateRendererParamsLegendOptions
Implements System.IEquatable<PieChartCreateRendererParamsLegendOptions>
Constructors
PieChartCreateRendererParamsLegendOptions(string) Constructor
Provides options for modifying Legend properties describing the visualization. ArcGIS Maps SDK for JavaScript
public PieChartCreateRendererParamsLegendOptions(string? Title=null);
Parameters
Title System.String
The title used to describe the renderer in the Legend. ArcGIS Maps SDK for JavaScript
Properties
PieChartCreateRendererParamsLegendOptions.Title Property
The title used to describe the renderer in the Legend. ArcGIS Maps SDK for JavaScript
public string? Title { get; init; }