RadControls for Silverlight

Represents the chart minor gridLines.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.1050

Syntax

C#
public class HorizontalMinorGridLines2D : AxisMinorItemsBase<HorizontalMinorGridLine2D>
Visual Basic
Public Class HorizontalMinorGridLines2D _
	Inherits AxisMinorItemsBase(Of HorizontalMinorGridLine2D)

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 <(<'HorizontalMinorGridLine2D>)>)>
                Telerik.Windows.Controls.Charting..::..AxisMinorItemsBase<(Of <(<'HorizontalMinorGridLine2D>)>)>
                  Telerik.Windows.Controls.Charting..::..HorizontalMinorGridLines2D

See Also