RadControls for Silverlight

This class represents a definition for the spline range series type in the 2D space.

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 SplineRangeSeriesDefinition : LinearPointMarkSeriesDefinition
Visual Basic
Public Class SplineRangeSeriesDefinition _
	Inherits LinearPointMarkSeriesDefinition

Remarks

Each data series (the series of data points) must be associated with a valid series definition instance in order to render the desired series type.

Inheritance Hierarchy

See Also