RadControls for WPF

The container for the horizontal Axis labels in 2D.

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

Syntax

C#
public class AxisXLabels2D : HorizontalAxisLabels2D
Visual Basic
Public Class AxisXLabels2D _
	Inherits HorizontalAxisLabels2D

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ItemsControl
                Telerik.Windows.Controls.Charting..::..Axis2DBase<(Of <(<'AxisLabel2D>)>)>
                  Telerik.Windows.Controls.Charting..::..AxisLabels2DBase
                    Telerik.Windows.Controls.Charting..::..HorizontalAxisLabels2D
                      Telerik.Windows.Controls.Charting..::..AxisXLabels2D

See Also