Class AccumulationLegendClickEventArgs
Specifies the event arguments available for the legend item click events in the chart component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.AccumulationRenderingEventArgs
AccumulationLegendClickEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationLegendClickEventArgs : AccumulationRenderingEventArgs
Properties
Chart
Defines the instance of the chart.
Declaration
public SfAccumulationChart Chart { get; }
Property Value
Type |
---|
SfAccumulationChart |
LegendShape
Defines the Legend shape.
Declaration
public LegendShape LegendShape { get; set; }
Property Value
Type | Description |
---|---|
LegendShape | The LegendShape object representing the legend shape. |
LegendText
Defines the current legend text.
Declaration
public string LegendText { get; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Point
Defines the current point.
Declaration
public AccumulationPoints Point { get; }
Property Value
Type | Description |
---|---|
AccumulationPoints | An AccumulationPoints object representing the current point. |