ClassLegendItemElementCreatingEventArgs
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class LegendItemElementCreatingEventArgs : EventArgs
Inheritance: objectEventArgsLegendItemElementCreatingEventArgs
Inherited Members
Constructors
LegendItemElementCreatingEventArgs(LightVisualElement, HeatMapColorizer, HeatMapDefinition, MemberMapping)
Initializes a new instance of the LegendItemElementCreatingEventArgs class.
Declaration
public LegendItemElementCreatingEventArgs(LightVisualElement visualElement, HeatMapColorizer colorizer, HeatMapDefinition definition, MemberMapping mapping = null)
Parameters
visualElement
The visual element.
colorizer
The colorizer.
definition
The definition.
mapping
The member mapping when the definition is HorizontalDefinition or VerticalDefinition.
Properties
Colorizer
Gets the group item which holds the data.
Declaration
public HeatMapColorizer Colorizer { get; }
Property Value
Definition
Gets the heat map definition.
Declaration
public HeatMapDefinition Definition { get; }
Property Value
ItemElement
Gets or sets the visual legend item element. Can be modified or changed.
Declaration
public LightVisualElement ItemElement { get; set; }
Property Value
Mapping
Gets the member mapping when the definition is HorizontalDefinition or VerticalDefinition. When the definition is CategoricalDefinition this property returns null.