Class RadHeatMap
Inheritance
System.Object
RadHeatMap
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class RadHeatMap : Control
Constructors
RadHeatMap()
Declaration
public RadHeatMap()
Fields
CellBorderColorProperty
Declaration
public static readonly DependencyProperty CellBorderColorProperty
Field Value
Microsoft.
|
CellBorderThicknessProperty
Declaration
public static readonly DependencyProperty CellBorderThicknessProperty
Field Value
Microsoft.
|
CellLabelSettingsProperty
Declaration
public static readonly DependencyProperty CellLabelSettingsProperty
Field Value
Microsoft.
|
ColumnHeaderSettingsProperty
Declaration
public static readonly DependencyProperty ColumnHeaderSettingsProperty
Field Value
Microsoft.
|
ColumnHeadersProperty
Declaration
public static readonly DependencyProperty ColumnHeadersProperty
Field Value
Microsoft.
|
ColumnsCountProperty
Declaration
public static readonly DependencyProperty ColumnsCountProperty
Field Value
Microsoft.
|
DefinitionProperty
Declaration
public static readonly DependencyProperty DefinitionProperty
Field Value
Microsoft.
|
DescriptionContentProperty
Declaration
public static readonly DependencyProperty DescriptionContentProperty
Field Value
Microsoft.
|
HoveredCellBorderColorProperty
Declaration
public static readonly DependencyProperty HoveredCellBorderColorProperty
Field Value
Microsoft.
|
HoveredCellBorderThicknessProperty
Declaration
public static readonly DependencyProperty HoveredCellBorderThicknessProperty
Field Value
Microsoft.
|
HoveredCellDataPointProperty
Declaration
public static readonly DependencyProperty HoveredCellDataPointProperty
Field Value
Microsoft.
|
RowHeaderSettingsProperty
Declaration
public static readonly DependencyProperty RowHeaderSettingsProperty
Field Value
Microsoft.
|
RowHeadersProperty
Declaration
public static readonly DependencyProperty RowHeadersProperty
Field Value
Microsoft.
|
RowsCountProperty
Declaration
public static readonly DependencyProperty RowsCountProperty
Field Value
Microsoft.
|
SelectedCellBorderColorProperty
Declaration
public static readonly DependencyProperty SelectedCellBorderColorProperty
Field Value
Microsoft.
|
SelectedCellBorderThicknessProperty
Declaration
public static readonly DependencyProperty SelectedCellBorderThicknessProperty
Field Value
Microsoft.
|
SelectionModeProperty
Declaration
public static readonly DependencyProperty SelectionModeProperty
Field Value
Microsoft.
|
ShowToolTipsProperty
Declaration
public static readonly DependencyProperty ShowToolTipsProperty
Field Value
Microsoft.
|
ToolTipSettingsProperty
Declaration
public static readonly DependencyProperty ToolTipSettingsProperty
Field Value
Microsoft.
|
Properties
CellBorderColor
Declaration
public Color CellBorderColor { get; set; }
Property Value
Windows.
|
CellBorderThickness
Declaration
public int CellBorderThickness { get; set; }
Property Value
System.
|
CellLabelSettings
Declaration
public HeatMapCellLabelSettings CellLabelSettings { get; set; }
Property Value
ColumnHeaders
Declaration
public IList<HeatMapLabelInfo> ColumnHeaders { get; }
Property Value
System.
|
ColumnHeaderSettings
Declaration
public HeatMapColumnHeaderSettings ColumnHeaderSettings { get; set; }
Property Value
ColumnsCount
Declaration
public int ColumnsCount { get; }
Property Value
System.
|
Definition
DescriptionContent
Declaration
public object DescriptionContent { get; set; }
Property Value
System.
|
HoveredCellBorderColor
Declaration
public Color HoveredCellBorderColor { get; set; }
Property Value
Windows.
|
HoveredCellBorderThickness
Declaration
public int HoveredCellBorderThickness { get; set; }
Property Value
System.
|
HoveredCellDataPoint
Declaration
public HeatMapCellDataPoint HoveredCellDataPoint { get; set; }
Property Value
RowHeaders
Declaration
public IList<HeatMapLabelInfo> RowHeaders { get; }
Property Value
System.
|
RowHeaderSettings
Declaration
public HeatMapRowHeaderSettings RowHeaderSettings { get; set; }
Property Value
RowsCount
Declaration
public int RowsCount { get; }
Property Value
System.
|
SelectedCellBorderColor
Declaration
public Color SelectedCellBorderColor { get; set; }
Property Value
Windows.
|
SelectedCellBorderThickness
Declaration
public int SelectedCellBorderThickness { get; set; }
Property Value
System.
|
SelectionMode
Declaration
public HeatMapSelectionMode SelectionMode { get; set; }
Property Value
ShowToolTips
Declaration
public bool ShowToolTips { get; set; }
Property Value
System.
|
ToolTipSettings
Declaration
public HeatMapToolTipSettings ToolTipSettings { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
OnPointerPressed(PointerRoutedEventArgs)
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Microsoft.
|