Table of Contents

Class SeriesClickEventArgs

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Supplies information about a SeriesClick event that is being raised.

public class SeriesClickEventArgs
Inheritance
SeriesClickEventArgs
Inherited Members

Constructors

SeriesClickEventArgs()

public SeriesClickEventArgs()

Properties

Category

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

public object Category { get; set; }

Property Value

object

The category.

Data

Gets the data at the clicked location.

public object Data { get; set; }

Property Value

object

Point

Gets the clicked point in axis coordinates.

public SeriesPoint Point { get; set; }

Property Value

SeriesPoint

Title

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

public string Title { get; set; }

Property Value

string

The title.

Value

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

public object Value { get; set; }

Property Value

object

The value.