ClassRadarSplineSeries
Class
Represents series which define a line with smooth curves among points.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadarSplineSeries : RadarLineSeries, IChartSeries, IChartElementPresenter, IElementPresenter, IStrokedSeries
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesRadarPointSeriesRadarLineSeriesRadarSplineSeries
Implements:
Inherited Members
Constructors
RadarSplineSeries()
Initializes a new instance of the RadarSplineSeries class.
Declaration
cs-api-definition
public RadarSplineSeries()
Fields
SplineTensionProperty
Identifies the SplineTension property.
Declaration
cs-api-definition
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
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides