ClassRangeSplineSeries
Represents a range spline area series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class RangeSplineSeries : RangeSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseRangeSeriesBaseRangeSeriesRangeSplineSeries
Implements:
Inherited Members
Constructors
RangeSplineSeries()
Declaration
public RangeSplineSeries()
Fields
SplinePointsDistanceFactorProperty
Identifies the SplinePointsDistanceFactor dependency property.
Declaration
public static readonly DependencyProperty SplinePointsDistanceFactorProperty
Field Value
DependencyProperty
SplineTensionProperty
Identifies the SplineTension dependency property.
Declaration
public static readonly DependencyProperty SplineTensionProperty
Field Value
DependencyProperty
Properties
SplinePointsDistanceFactor
Gets or sets the SplinePointsDistanceFactor that is used to determine the distance factor between the spline points. The bigger the value, the smaller the number of additional spline points that will be generated. The default value is 0.03d. The property works with values between 0 and 0.35.
Declaration
public double SplinePointsDistanceFactor { get; set; }
Property Value
SplineTension
Gets or sets the SplineTension that is used to determine the tension of the additional spline points. The default value is 0.5d.