Supplies information about a LegendClick event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class LegendClickEventArgsSupplies information about a LegendClick event that is being raised.
public LegendClickEventArgs()Gets the data at the clicked location.
public object Data { get; set; }
| Type | Description |
|---|---|
| object | Gets the data at the clicked location. |
Gets the visibility of the clicked legend. Determined by IsVisible. Always visible for Pie Charts.
public bool IsVisible { get; set; }
| Type | Description |
|---|---|
| bool | Gets the visibility of the clicked legend. Determined by IsVisible. Always visible for Pie Charts. |
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. |