Class PolarLineSeries
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class PolarLineSeries : PolarPointSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
PolarLineSeries()
PolarLineSeries(SizeF)
Initializes a new instance of the PolarLineSeries class.
Declaration
public PolarLineSeries(SizeF pointSize)
Parameters
System.Drawing.SizeF
pointSize
Size of the point. |
PolarLineSeries(String, String)
Initializes a new instance of the PolarLineSeries class.
Declaration
public PolarLineSeries(string valueMember, string angleMember)
Parameters
System.String
valueMember
The value member. |
System.String
angleMember
The angle member. |
Properties
Spline
Gets or sets a value indicating whether the series will be drawn as a spline.
Declaration
public bool Spline { get; set; }
Property Value
System.Boolean
|
SplineTension
Gets or sets a value indicating the tension of the spline. Spline property must be set to true for this property to have effect.
Declaration
public float SplineTension { get; set; }
Property Value
System.Single
|
Methods
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
DataPoint
point
The point. |
Returns
DataPointElement
|
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChartElement
parent
The parent. |