GeoBlazor Pro


layout: pro title: PieChartLegendOptions parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Renderers

PieChartLegendOptions Class

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

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

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 PieChartLegendOptions

Properties

PieChartLegendOptions.Title Property

Describes the data used by the renderer. This is displayed as the title of the renderer in the Legend and overrides the layer’s title.

public string? Title { get; set; }

Property Value

System.String