New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class HeatMapCellLabelSettings : InheritanceContextPropagator

Inheritance: objectInheritanceContextPropagatorHeatMapCellLabelSettings

Inherited Members InheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

Initializes a new instance of the HeatMapCellLabelSettings class.

C#
public HeatMapCellLabelSettings()

Fields

FontFamilyProperty

DependencyProperty

Identifies the read-only FontFamily dependency property.

C#
public static readonly DependencyProperty FontFamilyProperty

FontSizeProperty

DependencyProperty

Identifies the read-only FontSize dependency property.

C#
public static readonly DependencyProperty FontSizeProperty

FontStyleProperty

DependencyProperty

Identifies the read-only FontStyle dependency property.

C#
public static readonly DependencyProperty FontStyleProperty

FontWeightProperty

DependencyProperty

Identifies the read-only FontWeight dependency property.

C#
public static readonly DependencyProperty FontWeightProperty

ForegroundProperty

DependencyProperty

Identifies the read-only Foreground dependency property.

C#
public static readonly DependencyProperty ForegroundProperty

LabelTemplateProperty

DependencyProperty

Identifies the read-only LabelTemplate dependency property.

C#
public static readonly DependencyProperty LabelTemplateProperty

StringFormatProperty

DependencyProperty

Identifies the read-only StringFormat dependency property.

C#
public static readonly DependencyProperty StringFormatProperty

UseLayoutRoundingProperty

DependencyProperty

Identifies the read-only UseLayoutRounding dependency property.

C#
public static readonly DependencyProperty UseLayoutRoundingProperty

Properties

FontFamily

FontFamily

Gets or sets a the font family.

C#
public FontFamily FontFamily { get; set; }

Gets or sets a the string font size.

C#
public double FontSize { get; set; }

FontStyle

FontStyle

Gets or sets a the font style.

C#
public FontStyle FontStyle { get; set; }

FontWeight

FontWeight

Gets or sets a the font weight.

C#
public FontWeight FontWeight { get; set; }

Gets or sets a the foreground.

C#
public Brush Foreground { get; set; }

LabelTemplate

DataTemplate

Gets or sets the label template.

C#
public DataTemplate LabelTemplate { get; set; }

Gets or sets a the string format used for the default visuals.

C#
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.

C#
public bool UseLayoutRounding { get; set; }