Class
ChartAxisLabelClickEventArgs

The legend item click event arguments.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChartAxisLabelClickEventArgs

Inheritance: objectChartAxisLabelClickEventArgs

Constructors

ChartAxisLabelClickEventArgs()

Declaration

cs-api-definition
public ChartAxisLabelClickEventArgs()

Properties

AxisName

The axis.

Declaration

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

Property Value

string

Index

The axis label index.

Declaration

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

Property Value

int

Text

The axis label text.

Declaration

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

Property Value

string

Value

The axis label value.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object