Class ScalePanel
Inheritance
System.Object
ScalePanel
Assembly: Syncfusion.SfHeatMap.WPF.dll
Syntax
public class ScalePanel : StackPanel
Constructors
ScalePanel()
Declaration
Fields
ColorMappingCollectionProperty
Declaration
public static readonly DependencyProperty ColorMappingCollectionProperty
Field Value
Type |
System.Windows.DependencyProperty |
LegendOrientationProperty
Declaration
public static readonly DependencyProperty LegendOrientationProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
ColorMappingCollection
Declaration
public ColorMappingCollection ColorMappingCollection { get; set; }
Property Value
LegendOrientation
Declaration
public Orientation LegendOrientation { get; set; }
Property Value
Type |
System.Windows.Controls.Orientation |
Methods
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
System.Windows.Size |
availableSize |
|
Returns