Class HeatMapDefinition
Inheritance
System.Object
HeatMapDefinition
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class HeatMapDefinition : DependencyObject
Constructors
HeatMapDefinition()
Declaration
protected HeatMapDefinition()
Fields
ItemsSourceProperty
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Microsoft.
|
SelectedItemsProperty
Declaration
public static readonly DependencyProperty SelectedItemsProperty
Field Value
Microsoft.
|
Properties
ItemsSource
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.
|
SelectedItems
Declaration
public IList SelectedItems { get; set; }
Property Value
System.
|
Source
Methods
GetColor(Int32, Int32)
Declaration
protected abstract int GetColor(int rowIndex, int columnIndex)
Parameters
System.
|
System.
|
Returns
System.
|
GetColumnHeader(Int32)
Declaration
protected abstract object GetColumnHeader(int index)
Parameters
System.
|
Returns
System.
|
GetRowHeader(Int32)
Declaration
protected abstract object GetRowHeader(int index)
Parameters
System.
|
Returns
System.
|
OnItemsSourceChanged()
Declaration
protected abstract void OnItemsSourceChanged()