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 HorizontalAxisLabelsPanel : AxisXPanel
Visual Basic
Public Class HorizontalAxisLabelsPanel _
	Inherits AxisXPanel

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Panel
              Telerik.Windows.Controls.Charting..::..AxisPanelBase
                Telerik.Windows.Controls.Charting..::..AxisXPanel
                  Telerik.Windows.Controls.Charting..::..HorizontalAxisLabelsPanel

See Also