Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendRenderingEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LegendRenderingEventArgs

    Specifies the event arguments for the legend rendering event in maps.

    Inheritance
    System.Object
    MapsBaseEventArgs
    LegendRenderingEventArgs
    Inherited Members
    MapsBaseEventArgs.Cancel
    MapsBaseEventArgs.Name
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LegendRenderingEventArgs : MapsBaseEventArgs

    Constructors

    LegendRenderingEventArgs()

    Declaration
    public LegendRenderingEventArgs()

    Properties

    Fill

    Defines the color for the shape of legend in event argument.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    Shape

    Defines the shape of the legend in maps.

    Declaration
    public LegendShape Shape { get; set; }
    Property Value
    Type Description
    LegendShape

    ShapeBorder

    Defines the options for customizing the color and width of the shape in legend.

    Declaration
    public MapsBorderSettings ShapeBorder { get; set; }
    Property Value
    Type Description
    MapsBorderSettings

    Text

    Defines the text for legend.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved