RadControls for WPF

Represents the container class for 2D gridLines.

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 VerticalGridLines2D : GridLines2DBase<VerticalGridLine2D>
Visual Basic
Public Class VerticalGridLines2D _
	Inherits GridLines2DBase(Of VerticalGridLine2D)

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 <(<'VerticalGridLine2D>)>)>
                  Telerik.Windows.Controls.Charting..::..GridLines2DBase<(Of <(<'VerticalGridLine2D>)>)>
                    Telerik.Windows.Controls.Charting..::..VerticalGridLines2D

See Also