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

A base class for the horizontal and vertical axis labels.

Definition

Namespace:Telerik.Windows.Controls.DataBars

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public abstract class DataAxisLabelBase : Control

Inheritance: objectDataAxisLabelBase

Derived Classes: HorizontalDataAxisLabelVerticalDataAxisLabel

Fields

LabelStyleProperty

DependencyProperty

Identifies the LabelStyle dependency property.

C#
public static readonly DependencyProperty LabelStyleProperty

LabelTextProperty

DependencyProperty

Identifies the LabelText dependency property.

C#
public static readonly DependencyProperty LabelTextProperty

Properties

Gets or sets the style that is applied to the label.

C#
public Style LabelStyle { get; set; }

Gets or sets the label text.

C#
public string LabelText { get; set; }