ClassScatterSplineAreaSeries
Represents a chart series which visualize ScatterDataPoint instances by an area shape. Points are connected with smooth curve segments.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class ScatterSplineAreaSeries : ScatterAreaSeries, IChartSeries, IChartElementPresenter, IElementPresenter, IStrokedSeries, IFilledSeries
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterPointSeriesScatterLineSeriesScatterAreaSeriesScatterSplineAreaSeries
Implements:
Inherited Members
Constructors
ScatterSplineAreaSeries()
Initializes a new instance of the ScatterSplineAreaSeries class.
Declaration
public ScatterSplineAreaSeries()
Fields
SplineTensionProperty
Identifies the SplineTension property.
Declaration
public static readonly DependencyProperty SplineTensionProperty
Field Value
DependencyProperty
Properties
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()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides