Class
HeatMapLabelInfo

This class contains information needed by the HeatMapLabel.

Definition

Namespace:Telerik.Windows.Controls.HeatMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public sealed class HeatMapLabelInfo : DependencyObject

Inheritance: objectHeatMapLabelInfo

Constructors

HeatMapLabelInfo()

Declaration

cs-api-definition
public HeatMapLabelInfo()

Properties

LabelText

Gets or sets the label text.

Declaration

cs-api-definition
public string LabelText { get; set; }

Property Value

string