RadControls for WPF

This class supports the RadChart infrastructure and is not intended to be used directly from your code.

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 GridLinesXContainerControl3D : ItemsModelControl3D<GridLinesXContainer3D, GridLineXControl3D>
Visual Basic
Public Class GridLinesXContainerControl3D _
	Inherits ItemsModelControl3D(Of GridLinesXContainer3D, GridLineXControl3D)

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..::..ItemsModelControl3D<(Of <(<'GridLinesXContainer3D, GridLineXControl3D>)>)>
                  Telerik.Windows.Controls.Charting..::..GridLinesXContainerControl3D

See Also