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