RadControls for WPF

This class represents a concrete implementation of a spline range chart series in the 2D space.

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 SplineRangeSeries : BaseRangeSeries
Visual Basic
Public Class SplineRangeSeries _
	Inherits BaseRangeSeries

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..::..Series
                  Telerik.Windows.Controls.Charting..::..SelfDrawingSeries
                    Telerik.Windows.Controls.Charting..::..BaseAreaSeries
                      Telerik.Windows.Controls.Charting..::..BaseRangeSeries
                        Telerik.Windows.Controls.Charting..::..SplineRangeSeries

See Also