RadControls for Silverlight

Represents a minor 2D gridLine.

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 VerticalMinorGridLine2D : GridLine2DBase
Visual Basic
Public Class VerticalMinorGridLine2D _
	Inherits GridLine2DBase

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Telerik.Windows.Controls.Charting..::..AxisItem2D
            Telerik.Windows.Controls.Charting..::..GridLine2DBase
              Telerik.Windows.Controls.Charting..::..VerticalMinorGridLine2D

See Also