Class SplineAreaSeries
Represents series which define an area with smooth curves among points.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class SplineAreaSeries : AreaSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries, IStrokedSeries, IFilledSeries, ISplineSeries
Constructors
SplineAreaSeries()
Declaration
public SplineAreaSeries()
Fields
SplinePointsDistanceFactorProperty
Identifies the SplinePointsDistanceFactor dependency property.
Declaration
public static readonly DependencyProperty SplinePointsDistanceFactorProperty
Field Value
System.Windows.DependencyProperty
|
SplineTensionProperty
Identifies the SplineTension dependency property.
Declaration
public static readonly DependencyProperty SplineTensionProperty
Field Value
System.Windows.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
System.Double
|
SplineTension
Gets or sets the SplineTension that is used to determine the tension of the additional spline points. The default value is 0.5d.
Declaration
public double SplineTension { get; set; }
Property Value
System.Double
|