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

A helper class holding information about a data axis label.

Definition

Namespace:Telerik.Windows.Controls.DataBars

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public sealed class DataAxisLabelInfo

Inheritance: objectDataAxisLabelInfo

Constructors

C#
public DataAxisLabelInfo()

Properties

Gets or sets the label text.

C#
public string LabelText { get; set; }