Class LegendItemElementCreatingEventArgs
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LegendItemElementCreatingEventArgs : EventArgs
Constructors
LegendItemElementCreatingEventArgs(LightVisualElement, HeatMapColorizer, HeatMapDefinition, MemberMapping)
Initializes a new instance of the Legend
Declaration
public LegendItemElementCreatingEventArgs(LightVisualElement visualElement, HeatMapColorizer colorizer, HeatMapDefinition definition, MemberMapping mapping = null)
Parameters
Light The visual element. |
Heat The colorizer. |
Heat The definition. |
Member The member mapping when the definition is Horizontal |
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 Horizontal
Declaration
public MemberMapping Mapping { get; }