TreemapClickEventArgs Class

Event args for treemap item click.

Inheritance

Object

TreemapClickEventArgs

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class TreemapClickEventArgs

Constructors

TreemapClickEventArgsLink to this section

Event args for treemap item click.

Declaration
public TreemapClickEventArgs()

Properties

DataLink to this section

The clicked data item.

Declaration
public object Data { get; set; }
Property Value
Type Description
objectThe clicked data item.

TextLink to this section

The text of the clicked item.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringThe text of the clicked item.

ValueLink to this section

The value of the clicked item.

Declaration
public double Value { get; set; }
Property Value
Type Description
doubleThe value of the clicked item.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙