Class LegendRenderEventArgs
Specifies the event arguments available for the legend render events in the chart component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
LegendRenderEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class LegendRenderEventArgs : BaseEventArgs
Constructors
LegendRenderEventArgs()
Declaration
public LegendRenderEventArgs()
Properties
Fill
Defines the legend color.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
MarkerShape
Defines the marker text.
Declaration
public ChartShape MarkerShape { get; set; }
Property Value
Type | Description |
---|---|
ChartShape | A ChartShape value that defines the shape of the marker. |
Shape
Defines the legend shape.
Declaration
public LegendShape Shape { get; set; }
Property Value
Type | Description |
---|---|
LegendShape | A LegendShape value that defines the shape of the legend. |
Text
Defines the legend text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |