RadControls for WPF

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

Syntax

C#
public class HorizontalStripLines2D : StripLines2DBase<HorizontalStripLine2D>
Visual Basic
Public Class HorizontalStripLines2D _
	Inherits StripLines2DBase(Of HorizontalStripLine2D)

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

See Also