RadControls for Silverlight

Represents the container class for 2D stripLines.

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 HorizontalStripLines2D : StripLines2DBase<HorizontalStripLine2D>
Visual Basic
Public Class HorizontalStripLines2D _
	Inherits StripLines2DBase(Of HorizontalStripLine2D)

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 <(<'HorizontalStripLine2D>)>)>
                Telerik.Windows.Controls.Charting..::..StripLines2DBase<(Of <(<'HorizontalStripLine2D>)>)>
                  Telerik.Windows.Controls.Charting..::..HorizontalStripLines2D

See Also