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