Class SfHeatMapLegend
Inheritance
System.Object
SfHeatMapLegend
Assembly: Syncfusion.SfHeatMap.WPF.dll
Syntax
public class SfHeatMapLegend : Control
Constructors
SfHeatMapLegend()
Declaration
Fields
ColorMappingCollectionProperty
Declaration
public static readonly DependencyProperty ColorMappingCollectionProperty
Field Value
Type |
System.Windows.DependencyProperty |
GradientLegendProperty
Declaration
public static readonly DependencyProperty GradientLegendProperty
Field Value
Type |
System.Windows.DependencyProperty |
LegendModeProperty
Declaration
public static readonly DependencyProperty LegendModeProperty
Field Value
Type |
System.Windows.DependencyProperty |
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Type |
System.Windows.DependencyProperty |
ShowLabelProperty
Declaration
public static readonly DependencyProperty ShowLabelProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
ColorMappingCollection
Declaration
public object ColorMappingCollection { get; set; }
Property Value
GradientLegend
Declaration
public Brush GradientLegend { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
LegendMode
Declaration
public LegendMode LegendMode { get; set; }
Property Value
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
System.Windows.Controls.Orientation |
ShowLabel
Declaration
public bool ShowLabel { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()