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 LegendItemElementCreatingEventArgs class.
Declaration
public LegendItemElementCreatingEventArgs(LightVisualElement visualElement, HeatMapColorizer colorizer, HeatMapDefinition definition, MemberMapping mapping = null)
Parameters
LightVisualElement
visualElement
The visual element. |
HeatMapColorizer
colorizer
The colorizer. |
HeatMapDefinition
definition
The definition. |
MemberMapping
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
HeatMapColorizer
|
Definition
Gets the heat map definition.
Declaration
public HeatMapDefinition Definition { get; }
Property Value
HeatMapDefinition
|
ItemElement
Gets or sets the visual legend item element. Can be modified or changed.
Declaration
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
public MemberMapping Mapping { get; }
Property Value
MemberMapping
|