Skip to main content Link Menu Expand (external link) Document Search Copy Copied

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Renderers

UniqueValueRendererLegendOptions Class

An object providing options for displaying the renderer in the Legend.

public class UniqueValueRendererLegendOptions : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 UniqueValueRendererLegendOptions

Properties

UniqueValueRendererLegendOptions.Title Property

The title to display in the legend for the renderer

public string? Title { get; set; }

Property Value

System.String