Class SfHeatMap
Inheritance
System.Object
SfHeatMap
Assembly: Syncfusion.SfHeatMap.WPF.dll
Syntax
public class SfHeatMap : Control
Constructors
SfHeatMap()
Declaration
Fields
ColorMappingCollectionProperty
Declaration
public static readonly DependencyProperty ColorMappingCollectionProperty
Field Value
Type |
System.Windows.DependencyProperty |
ItemsMappingProperty
Declaration
public static readonly DependencyProperty ItemsMappingProperty
Field Value
Type |
System.Windows.DependencyProperty |
ItemsSourceProperty
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Type |
System.Windows.DependencyProperty |
SelectedHeatMapCellProperty
Declaration
public static readonly DependencyProperty SelectedHeatMapCellProperty
Field Value
Type |
System.Windows.DependencyProperty |
SelectedItemProperty
Declaration
public static readonly DependencyProperty SelectedItemProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
ColorMappingCollection
Declaration
public object ColorMappingCollection { get; set; }
Property Value
ItemsMapping
Declaration
public ItemsMapping ItemsMapping { get; set; }
Property Value
ItemsSource
Declaration
public object ItemsSource { get; set; }
Property Value
SelectedHeatMapCell
Declaration
public HeatMapCell SelectedHeatMapCell { get; }
Property Value
SelectedItem
Gets or sets the currently selected item in the SfHeatMap.
Declaration
public object SelectedItem { get; set; }
Property Value
Type |
Description |
System.Object |
The selected object in the SfHeatMap, or 'null' if no item is selected.
The default value is 'null'.
|
Methods
add_SelectionChanged(SelectionChangedEventHandler)
Declaration
public void add_SelectionChanged(SelectionChangedEventHandler value)
Parameters
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
System.Windows.Size |
availableSize |
|
Returns
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnSelectionChanged(SelectionChangedEventArgs)
Declaration
protected virtual void OnSelectionChanged(SelectionChangedEventArgs args)
Parameters
remove_SelectionChanged(SelectionChangedEventHandler)
Declaration
public void remove_SelectionChanged(SelectionChangedEventHandler value)
Parameters
Events
SelectionChanged
Declaration
public event SelectionChangedEventHandler SelectionChanged
Event Type