SeriesClickEventArgs Class

Supplies information about a SeriesClick event that is being raised.

Inheritance

Object

SeriesClickEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class SeriesClickEventArgs

Constructors

SeriesClickEventArgsLink to this section

Supplies information about a SeriesClick event that is being raised.

Declaration
public SeriesClickEventArgs()

Properties

CategoryLink to this section

Gets the category of the clicked location. Determined by CategoryProperty.

Declaration
public object Category { get; set; }
Property Value
Type Description
objectGets the category of the clicked location. Determined by CategoryProperty.

DataLink to this section

Gets the data at the clicked location.

Declaration
public object Data { get; set; }
Property Value
Type Description
objectGets the data at the clicked location.

PointLink to this section

Gets the clicked point in axis coordinates.

Declaration
public SeriesPoint Point { get; set; }
Property Value
Type Description
SeriesPointGets the clicked point in axis coordinates.

TitleLink to this section

Gets the title of the clicked series. Determined by Title.

Declaration
public string Title { get; set; }
Property Value
Type Description
stringGets the title of the clicked series. Determined by Title.

ValueLink to this section

Gets the value of the clicked location. Determined by ValueProperty.

Declaration
public object Value { get; set; }
Property Value
Type Description
objectGets the value of the clicked location. Determined by ValueProperty.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙