Class ChartDrilldownEventArgs
The drilldown event args.
Inheritance
System.Object
ChartDrilldownEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ChartDrilldownEventArgs : Object
Constructors
ChartDrilldownEventArgs()
Declaration
public ChartDrilldownEventArgs()
Properties
SeriesName
The series name.
Declaration
public string SeriesName { get; set; }
Property Value
System.String
|