RadControls for Silverlight

The container for the vertical Axis labels in 2D.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.1050

Syntax

C#
public class VerticalAxisLabels2D : AxisLabels2DBase
Visual Basic
Public Class VerticalAxisLabels2D _
	Inherits AxisLabels2DBase

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Telerik.Windows.Controls..::..ItemsControl
              Telerik.Windows.Controls.Charting..::..Axis2DBase<(Of <(<'AxisLabel2D>)>)>
                Telerik.Windows.Controls.Charting..::..AxisLabels2DBase
                  Telerik.Windows.Controls.Charting..::..VerticalAxisLabels2D

See Also