ClassRadHeatMap
Class
Represents the RadHeatMap for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadHeatMap : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadHeatMap
Implements:
Inherited Members
Constructors
RadHeatMap()
Initializes a new instance of the RadHeatMap class.
Declaration
cs-api-definition
public RadHeatMap()
Properties
ColumnLabelsControl
Get the HeatMap ColumnLabelsControl.
Declaration
cs-api-definition
public HeatMapColumnLabelsControl ColumnLabelsControl { get; }
Property Value
HeatMapColorGrid
Get the HeatMap ColorGrid.
Declaration
cs-api-definition
public HeatMapColorGrid HeatMapColorGrid { get; }
Property Value
RowLabelsControl
Get the HeatMap RowLabelsControl.
Declaration
cs-api-definition
public HeatMapRowLabelsControl RowLabelsControl { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides