Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendRenderingEventArgs

    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
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LegendRenderingEventArgs : MapsBaseEventArgs

    Constructors

    LegendRenderingEventArgs()

    Declaration
    public LegendRenderingEventArgs()

    Properties

    Fill

    Gets or sets the color for the shape of legend in event argument.

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

    Shape

    Gets or sets the shape of the legend in maps.

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

    Text

    Gets or sets the text for legend.

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