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.UI.Xaml.DependencyProperty
|
SelectedItemsProperty
Declaration
public static readonly DependencyProperty SelectedItemsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
ItemsSource
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
|
System.Collections.IEnumerable
|
SelectedItems
Declaration
public IList SelectedItems { get; set; }
Property Value
|
System.Collections.IList
|
Source
Methods
GetColor(Int32, Int32)
Declaration
protected abstract int GetColor(int rowIndex, int columnIndex)
Parameters
|
System.Int32
rowIndex
|
|
System.Int32
columnIndex
|
Returns
|
System.Int32
|
GetColumnHeader(Int32)
Declaration
protected abstract object GetColumnHeader(int index)
Parameters
|
System.Int32
index
|
Returns
|
System.Object
|
GetRowHeader(Int32)
Declaration
protected abstract object GetRowHeader(int index)
Parameters
|
System.Int32
index
|
Returns
|
System.Object
|
OnItemsSourceChanged()
Declaration
protected abstract void OnItemsSourceChanged()