Class
ChartAxisLabelClickEventArgs

The legend item click event arguments.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class ChartAxisLabelClickEventArgs

Inheritance: objectChartAxisLabelClickEventArgs

Constructors

ChartAxisLabelClickEventArgs()

Declaration

public ChartAxisLabelClickEventArgs()

Properties

AxisName

The axis.

Declaration

public string AxisName { get; set; }

Property Value

string

Index

The axis label index.

Declaration

public int Index { get; set; }

Property Value

int

Text

The axis label text.

Declaration

public string Text { get; set; }

Property Value

string

Value

The axis label value.

Declaration

public object Value { get; set; }

Property Value

object