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

A class representing an axis label. This class is intended to be used within the RadVerticalDataAxis.

Definition

Namespace:Telerik.Windows.Controls.DataBars

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public sealed class VerticalDataAxisLabel : DataAxisLabelBase

Inheritance: objectDataAxisLabelBaseVerticalDataAxisLabel

Inherited Members DataAxisLabelBase.LabelTextPropertyDataAxisLabelBase.LabelStylePropertyDataAxisLabelBase.LabelTextDataAxisLabelBase.LabelStyle

Constructors

C#
public VerticalDataAxisLabel()

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.