Class
DataAxisLabelBase

A base class for the horizontal and vertical axis labels.

Definition

Namespace:Telerik.Windows.Controls.DataBars

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class DataAxisLabelBase : Control

Inheritance: objectDataAxisLabelBase

Derived Classes: HorizontalDataAxisLabelVerticalDataAxisLabel

Fields

LabelStyleProperty

Identifies the LabelStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelStyleProperty

Field Value

DependencyProperty

LabelTextProperty

Identifies the LabelText dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelTextProperty

Field Value

DependencyProperty

Properties

LabelStyle

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

Declaration

cs-api-definition
public Style LabelStyle { get; set; }

Property Value

Style

LabelText

Gets or sets the label text.

Declaration

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

Property Value

string