Class HeatMapColorGrid
A control that is intended to represent the color cells of Rad
Inheritance
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HeatMapColorGrid : Control
Constructors
HeatMapColorGrid()
Fields
BitmapProperty
Identifies the read-only Bitmap dependency property.
Declaration
public static readonly DependencyProperty BitmapProperty
Field Value
System.
|
CellBorderColorProperty
Identifies the read-only Cell
Declaration
public static readonly DependencyProperty CellBorderColorProperty
Field Value
System.
|
CellBorderThicknessProperty
Identifies the read-only Cell
Declaration
public static readonly DependencyProperty CellBorderThicknessProperty
Field Value
System.
|
DefinitionProperty
Identifies the read-only Definition dependency property.
Declaration
public static readonly DependencyProperty DefinitionProperty
Field Value
System.
|
HoveredCellBorderColorProperty
Identifies the read-only Hovered
Declaration
public static readonly DependencyProperty HoveredCellBorderColorProperty
Field Value
System.
|
HoveredCellBorderThicknessProperty
Identifies the read-only Hovered
Declaration
public static readonly DependencyProperty HoveredCellBorderThicknessProperty
Field Value
System.
|
HoveredCellDataPointProperty
Identifies the read-only Hovered
Declaration
public static readonly DependencyProperty HoveredCellDataPointProperty
Field Value
System.
|
SelectedCellBorderColorProperty
Identifies the read-only Selected
Declaration
public static readonly DependencyProperty SelectedCellBorderColorProperty
Field Value
System.
|
SelectedCellBorderThicknessProperty
Identifies the read-only Selected
Declaration
public static readonly DependencyProperty SelectedCellBorderThicknessProperty
Field Value
System.
|
ShowToolTipsProperty
Identifies the read-only Show
Declaration
public static readonly DependencyProperty ShowToolTipsProperty
Field Value
System.
|
ToolTipSettingsProperty
Identifies the read-only Tool
Declaration
public static readonly DependencyProperty ToolTipSettingsProperty
Field Value
System.
|
Properties
Bitmap
Gets the bitmap.
Declaration
public WriteableBitmap Bitmap { get; }
Property Value
System.
|
Remarks
This property is set internally.
CellBorderColor
Gets or sets the border color of the cell.
Declaration
public Color CellBorderColor { get; set; }
Property Value
System.
|
CellBorderThickness
Gets or sets the thickness of the border of a cell.
Declaration
public int CellBorderThickness { get; set; }
Property Value
System.
|
Definition
Gets or sets the definition in accordance to which the color grid will be drawn.
Declaration
public HeatMapDefinition Definition { get; set; }
Property Value
HoveredCellBorderColor
Gets or sets the border color of the hovered cell.
Declaration
public Color HoveredCellBorderColor { get; set; }
Property Value
System.
|
HoveredCellBorderThickness
Gets or sets the hovered cell's border thickness.
Declaration
public int HoveredCellBorderThickness { get; set; }
Property Value
System.
|
HoveredCellDataPoint
Gets the data point which corresponds to the currently hovered cell.
Declaration
public HeatMapCellDataPoint HoveredCellDataPoint { get; set; }
Property Value
Heat The data point that contains information about the cell that the mouse is over. If the mouse is not over
the Heat |
SelectedCellBorderColor
Gets or sets the border color of the selected cell.
Declaration
public Color SelectedCellBorderColor { get; set; }
Property Value
System.
|
SelectedCellBorderThickness
Gets or sets the selected cell's border thickness.
Declaration
public int SelectedCellBorderThickness { get; set; }
Property Value
System.
|
ShowToolTips
Gets or sets a value indicating whether tool tips should be shown.
Declaration
public bool ShowToolTips { get; set; }
Property Value
System.
|
ToolTipSettings
Gets or sets the tool tip settings.
Declaration
public HeatMapToolTipSettings ToolTipSettings { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnMouseLeave(MouseEventArgs)
Called before the System.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System. The data for the event. |
OnMouseMove(MouseEventArgs)
Called before the System.
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System. The data for the event. |