Class LegendClickEventArgs
Specifies the event arguments available for the legend item click events in the chart component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
LegendClickEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class LegendClickEventArgs : BaseEventArgs
Properties
Chart
Defines the instance of the chart.
Declaration
public SfChart Chart { get; }
Property Value
Type | Description |
---|---|
SfChart | A SfChart object that represents the instance of the chart. |
LegendShape
Defines the Legend shape.
Declaration
public LegendShape LegendShape { get; set; }
Property Value
Type | Description |
---|---|
LegendShape | A LegendShape value that defines the shape of the legend. |
LegendText
Defines the current legend text.
Declaration
public string LegendText { get; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Series
Defines the current series.
Declaration
public ChartSeries Series { get; }
Property Value
Type | Description |
---|---|
ChartSeries | A ChartSeries object that represents the current series. |