Class ChartLegendItemClickEventArgs
The legend item click event arguments.
Inheritance
System.Object
ChartLegendItemClickEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ChartLegendItemClickEventArgs : Object
Constructors
ChartLegendItemClickEventArgs()
Declaration
public ChartLegendItemClickEventArgs()
Properties
PointIndex
The point index.
Declaration
public Nullable<int> PointIndex { get; set; }
Property Value
System.Nullable<System.Int32>
|
SeriesIndex
The series index.
Declaration
public int SeriesIndex { get; set; }
Property Value
System.Int32
|
Text
The point value represented as a percentage value. Available only for the Donut, Pie, and 100% Stacked charts.
Declaration
public string Text { get; set; }
Property Value
System.String
|