Class RadarLineSeries
Inheritance
System.Object
RadarLineSeries
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class RadarLineSeries : RadarPointSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
RadarLineSeries()
Declaration
public RadarLineSeries()
RadarLineSeries(SizeF)
Declaration
public RadarLineSeries(SizeF pointSize)
Parameters
System.Drawing.SizeF
pointSize
|
RadarLineSeries(String)
Declaration
public RadarLineSeries(string valueMember)
Parameters
System.String
valueMember
|
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)
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
DataPoint
point
|
Returns
DataPointElement
|
Overrides
OnAttached(UIChartElement)
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChartElement
parent
|