Class RangeSplineSeries
Represents a range spline area series.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class RangeSplineSeries : RangeSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries, IFilledSeries, IStrokedSeries, ISplineSeries
Constructors
RangeSplineSeries()
Declaration
public RangeSplineSeries()
Fields
SplinePointsDistanceFactorProperty
Identifies the Spline
Declaration
public static readonly DependencyProperty SplinePointsDistanceFactorProperty
Field Value
System.
|
SplineTensionProperty
Identifies the Spline
Declaration
public static readonly DependencyProperty SplineTensionProperty
Field Value
System.
|
Properties
SplinePointsDistanceFactor
Gets or sets the Spline
Declaration
public double SplinePointsDistanceFactor { get; set; }
Property Value
System.
|
SplineTension
Gets or sets the Spline
Declaration
public double SplineTension { get; set; }
Property Value
System.
|