Class
LegendItemElementCreatingEventArgs

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class LegendItemElementCreatingEventArgs : EventArgs

Inheritance: objectEventArgsLegendItemElementCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

LegendItemElementCreatingEventArgs(LightVisualElement, HeatMapColorizer, HeatMapDefinition, MemberMapping)

Initializes a new instance of the LegendItemElementCreatingEventArgs class.

Declaration

cs-api-definition
public LegendItemElementCreatingEventArgs(LightVisualElement visualElement, HeatMapColorizer colorizer, HeatMapDefinition definition, MemberMapping mapping = null)

Parameters

visualElement

LightVisualElement

The visual element.

colorizer

HeatMapColorizer

The colorizer.

definition

HeatMapDefinition

The definition.

mapping

MemberMapping

The member mapping when the definition is HorizontalDefinition or VerticalDefinition.

Properties

Colorizer

Gets the group item which holds the data.

Declaration

cs-api-definition
public HeatMapColorizer Colorizer { get; }

Property Value

HeatMapColorizer

Definition

Gets the heat map definition.

Declaration

cs-api-definition
public HeatMapDefinition Definition { get; }

Property Value

HeatMapDefinition

ItemElement

Gets or sets the visual legend item element. Can be modified or changed.

Declaration

cs-api-definition
public LightVisualElement ItemElement { get; set; }

Property Value

LightVisualElement

Mapping

Gets the member mapping when the definition is HorizontalDefinition or VerticalDefinition. When the definition is CategoricalDefinition this property returns null.

Declaration

cs-api-definition
public MemberMapping Mapping { get; }

Property Value

MemberMapping