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 ChartAxisLabelClickEventArgs

Inheritance: objectChartAxisLabelClickEventArgs

Constructors

C#
public ChartAxisLabelClickEventArgs()

Properties

The axis.

C#
public string AxisName { get; set; }

The axis label index.

C#
public int Index { get; set; }

The axis label text.

C#
public string Text { get; set; }

The axis label value.

C#
public object Value { get; set; }