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

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

See Also