Class
ChartLegendItemClickEventArgs

The legend item click event arguments.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChartLegendItemClickEventArgs

Inheritance: objectChartLegendItemClickEventArgs

Constructors

ChartLegendItemClickEventArgs()

Declaration

cs-api-definition
public ChartLegendItemClickEventArgs()

Properties

PointIndex

The point index.

Declaration

cs-api-definition
public int? PointIndex { get; set; }

Property Value

int?

SeriesIndex

The series index.

Declaration

cs-api-definition
public int SeriesIndex { get; set; }

Property Value

int

Text

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

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string