Class SeriesClickEventArgs
Supplies information about a SeriesClick event that is being raised.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class SeriesClickEventArgs
Constructors
SeriesClickEventArgs()
Supplies information about a SeriesClick event that is being raised.
Declaration
public SeriesClickEventArgs()
Properties
Category
Gets the category of the clicked location. Determined by CategoryProperty.
Declaration
public object Category { get; set; }
Property Value
Type | Description |
---|---|
object | The category. |
Data
Gets the data at the clicked location.
Declaration
public object Data { get; set; }
Property Value
Type | Description |
---|---|
object |
Point
Gets the clicked point in axis coordinates.
Declaration
public SeriesPoint Point { get; set; }
Property Value
Type | Description |
---|---|
SeriesPoint |
Title
Gets the title of the clicked series. Determined by Title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string | The title. |
Value
Gets the value of the clicked location. Determined by ValueProperty.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
object | The value. |