Class LegendClickEventArgs
Supplies information about a LegendClick event that is being raised.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class LegendClickEventArgs
Constructors
LegendClickEventArgs()
Supplies information about a LegendClick event that is being raised.
Declaration
public LegendClickEventArgs()
Properties
Data
Gets the data at the clicked location.
Declaration
public object Data { get; set; }
Property Value
Type | Description |
---|---|
object |
IsVisible
Gets the visibility of the clicked legend. Determined by Radzen.Blazor.CartesianSeries`1.IsVisible. Always visible for Pie Charts.
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
bool | The visibility. |
Title
Gets the title of the clicked series. Determined by Title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string | The title. |