PolarLineSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class PolarLineSeries : PolarPointSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesPolarSeriesPolarPointSeriesPolarLineSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the PolarLineSeries class.
C#
public PolarLineSeries()
Initializes a new instance of the PolarLineSeries class.
Initializes a new instance of the PolarLineSeries class.
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
Creates the point element.
C#
protected override DataPointElement CreatePointElement(DataPoint point)
The point.
Returns:Overrides:
Called when [attached].
C#
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides: