LegendClickEventArgs Class

Supplies information about a LegendClick event that is being raised.

Inheritance

Object

LegendClickEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class LegendClickEventArgs

Constructors

LegendClickEventArgslink

Supplies information about a LegendClick event that is being raised.

Declaration
public LegendClickEventArgs()

Properties

Datalink

Gets the data at the clicked location.

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

IsVisiblelink

Gets the visibility of the clicked legend. Determined by IsVisible. Always visible for Pie Charts.

Declaration
public bool IsVisible { get; set; }
Property Value
Type Description
boolGets the visibility of the clicked legend. Determined by IsVisible. Always visible for Pie Charts.

Titlelink

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.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙