ClassScatterSplineAreaSeries
Represents a chart series, which can visualize ScatterDataPoint instances by connecting them with smooth curves.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class ScatterSplineAreaSeries : ScatterAreaSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterSeriesScatterPointSeriesScatterLineSeriesScatterAreaSeriesScatterSplineAreaSeries
Implements:
Inherited Members
Constructors
ScatterSplineAreaSeries()
Declaration
public ScatterSplineAreaSeries()
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.
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides