RangeSplineSeries
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
public RangeSplineSeries()
Fields
SplinePointsDistanceFactorProperty
DependencyProperty
Identifies the SplinePointsDistanceFactor dependency property.
public static readonly DependencyProperty SplinePointsDistanceFactorProperty
SplineTensionProperty
DependencyProperty
Identifies the SplineTension dependency property.
public static readonly DependencyProperty SplineTensionProperty
Properties
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.
public double SplinePointsDistanceFactor { get; set; }
Gets or sets the SplineTension that is used to determine the tension of the additional spline points. The default value is 0.5d.
public double SplineTension { get; set; }