RadControls for Silverlight

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.2.611.1050

Syntax

C#
public class HorizontalGridLines2D : GridLines2DBase<HorizontalGridLine2D>
Visual Basic
Public Class HorizontalGridLines2D _
	Inherits GridLines2DBase(Of HorizontalGridLine2D)

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Telerik.Windows.Controls..::..ItemsControl
              Telerik.Windows.Controls.Charting..::..Axis2DBase<(Of <(<'HorizontalGridLine2D>)>)>
                Telerik.Windows.Controls.Charting..::..GridLines2DBase<(Of <(<'HorizontalGridLine2D>)>)>
                  Telerik.Windows.Controls.Charting..::..HorizontalGridLines2D

See Also