Blazor

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

    Show / Hide Table of Contents

    Class LegendItemRenderingEventArgs

    Specifies the event arguments available when rendering each legend item in the treemap component.

    Inheritance
    System.Object
    Syncfusion.Blazor.TreeMap.BaseEventArgs
    LegendItemRenderingEventArgs
    Namespace: Syncfusion.Blazor.TreeMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LegendItemRenderingEventArgs : BaseEventArgs

    Constructors

    LegendItemRenderingEventArgs()

    Declaration
    public LegendItemRenderingEventArgs()

    Properties

    Fill

    Specifies the shape color of the legend.

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

    ImageUrl

    Defines the URL of the legend if the shape is rendered as image.

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

    Shape

    Defines the legend shape of the treemap.

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

    ShapeBorder

    Specifies the options for customizing the color and width of the shape border.

    Declaration
    public LegendShapeBorder ShapeBorder { get; set; }
    Property Value
    Type Description
    Syncfusion.Blazor.TreeMap.Internal.LegendShapeBorder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved