Class ChartAxisLabelClickEventArgs
The legend item click event arguments.
Inheritance
System.Object
ChartAxisLabelClickEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ChartAxisLabelClickEventArgs : Object
Constructors
ChartAxisLabelClickEventArgs()
Declaration
public ChartAxisLabelClickEventArgs()
Properties
AxisName
The axis.
Declaration
public string AxisName { get; set; }
Property Value
System.String
|
Index
The axis label index.
Declaration
public int Index { get; set; }
Property Value
System.Int32
|
Text
The axis label text.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Value
The axis label value.
Declaration
public object Value { get; set; }
Property Value
System.Object
|