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 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.
|
Methods
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |