TreemapClickEventArgs Class

Event args for treemap item click.

Inheritance

Object

TreemapClickEventArgs

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class TreemapClickEventArgs

Constructors

TreemapClickEventArgslink

Event args for treemap item click.

Declaration
public TreemapClickEventArgs()

Properties

Datalink

The clicked data item.

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

Textlink

The text of the clicked item.

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

Valuelink

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 🗙