RadControls for WPF

Represents a StripLine in 3D space.

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

Syntax

C#
public class StripLineControl3D : ModelControl3D<StripLine3D>
Visual Basic
Public Class StripLineControl3D _
	Inherits ModelControl3D(Of StripLine3D)

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
              Telerik.Windows.Controls.Charting..::..ModelControl3D<(Of <(<'StripLine3D>)>)>
                Telerik.Windows.Controls.Charting..::..StripLineControl3D

See Also