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 | Accepts the string value. |
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 | Accepts the string value. |
Shape
Defines the legend shape of the treemap.
Declaration
public LegendShape Shape { get; set; }
Property Value
Type | Description |
---|---|
LegendShape | A value from the LegendShape enumeration that specifies the shape of the legend. |
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 | An instance of the Syncfusion.Blazor.TreeMap.Internal.LegendShapeBorder class that specifies the options for customizing the shape border. |