Table of Contents

Class LegendClickEventArgs

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Supplies information about a LegendClick event that is being raised.

public class LegendClickEventArgs
Inheritance
LegendClickEventArgs
Inherited Members

Constructors

LegendClickEventArgs()

public LegendClickEventArgs()

Properties

Data

Gets the data at the clicked location.

public object Data { get; set; }

Property Value

object

IsVisible

Gets the visibility of the clicked legend. Determined by Radzen.Blazor.CartesianSeries`1.IsVisible. Always visible for Pie Charts.

public bool IsVisible { get; set; }

Property Value

bool

The visibility.

Title

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

public string Title { get; set; }

Property Value

string

The title.