A class used to set up the cell label of the RadHeatMap.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class HeatMapCellLabelSettings : InheritanceContextPropagator
Inheritance: objectInheritanceContextPropagatorHeatMapCellLabelSettings
Inherited Members
Constructors
Initializes a new instance of the HeatMapCellLabelSettings class.
public HeatMapCellLabelSettings()
Fields
FontFamilyProperty
DependencyProperty
Identifies the read-only FontFamily dependency property.
public static readonly DependencyProperty FontFamilyProperty
FontSizeProperty
DependencyProperty
Identifies the read-only FontSize dependency property.
public static readonly DependencyProperty FontSizeProperty
FontStyleProperty
DependencyProperty
Identifies the read-only FontStyle dependency property.
public static readonly DependencyProperty FontStyleProperty
FontWeightProperty
DependencyProperty
Identifies the read-only FontWeight dependency property.
public static readonly DependencyProperty FontWeightProperty
ForegroundProperty
DependencyProperty
Identifies the read-only Foreground dependency property.
public static readonly DependencyProperty ForegroundProperty
LabelTemplateProperty
DependencyProperty
Identifies the read-only LabelTemplate dependency property.
public static readonly DependencyProperty LabelTemplateProperty
StringFormatProperty
DependencyProperty
Identifies the read-only StringFormat dependency property.
public static readonly DependencyProperty StringFormatProperty
UseLayoutRoundingProperty
DependencyProperty
Identifies the read-only UseLayoutRounding dependency property.
public static readonly DependencyProperty UseLayoutRoundingProperty
Properties
FontFamily
FontFamily
Gets or sets a the font family.
public FontFamily FontFamily { get; set; }
FontStyle
FontStyle
Gets or sets a the font style.
public FontStyle FontStyle { get; set; }
FontWeight
FontWeight
Gets or sets a the font weight.
public FontWeight FontWeight { get; set; }
Foreground
Brush
Gets or sets a the foreground.
public Brush Foreground { get; set; }
LabelTemplate
DataTemplate
Gets or sets the label template.
public DataTemplate LabelTemplate { get; set; }
Gets or sets a the string format used for the default visuals.
public string StringFormat { get; set; }
Gets or sets a value that indicates whether layout rounding should be applied to the element that renders the labels.
public bool UseLayoutRounding { get; set; }