Class HeatMapLabelInfo
This class contains information needed by the HeatMapLabel.
Inheritance
System.Object
HeatMapLabelInfo
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HeatMapLabelInfo : DependencyObject
Constructors
HeatMapLabelInfo()
Declaration
public HeatMapLabelInfo()
Properties
LabelText
Gets or sets the label text.
Declaration
public string LabelText { get; set; }
Property Value
System.String
|