Class
HeatMapLabelInfo

This class contains information needed by the HeatMapLabel.

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization

Assembly:Telerik.WinUI.Controls.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