New to Telerik UI for BlazorStart a free 30-day trial

The legend item click event arguments.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ChartLegendItemClickEventArgs

Inheritance: objectChartLegendItemClickEventArgs

Constructors

C#
public ChartLegendItemClickEventArgs()

Properties

The point index.

C#
public int? PointIndex { get; set; }

The series index.

C#
public int SeriesIndex { get; set; }

The point value represented as a percentage value. Available only for the Donut, Pie, and 100% Stacked charts.

C#
public string Text { get; set; }