RadControls for WPF

Represents a vertical gridLine 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 VerticalGridLine2D : GridLine2DBase
Visual Basic
Public Class VerticalGridLine2D _
	Inherits GridLine2DBase

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
              Telerik.Windows.Controls.Charting..::..AxisItem2D
                Telerik.Windows.Controls.Charting..::..GridLine2DBase
                  Telerik.Windows.Controls.Charting..::..VerticalGridLine2D

See Also