SplineSeries
Visualizes a collection of data points using a smooth Line shape.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class SplineSeries : LineSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseCategoricalSeriesCategoricalStrokedSeriesLineSeriesSplineSeries...
Implements:
Inherited Members
Constructors
public SplineSeries()
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; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides: