RadarLineSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class RadarLineSeries : RadarPointSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesPolarSeriesRadarSeriesRadarPointSeriesRadarLineSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public RadarLineSeries()
Properties
Gets or sets a value indicating whether the series will be drawn as a spline.
C#
public bool Spline { get; set; }
Gets or sets a value indicating the tension of the spline. Spline property must be set to true for this property to have effect.
C#
public float SplineTension { get; set; }
Methods
C#
protected override DataPointElement CreatePointElement(DataPoint point)
Overrides:
Called when [attached].
C#
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides: