ClassRadarLineSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
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
RadarLineSeries()
Declaration
cs-api-definition
public RadarLineSeries()
RadarLineSeries(string)
Declaration
cs-api-definition
public RadarLineSeries(string valueMember)
Parameters
valueMember
Properties
Spline
Gets or sets a value indicating whether the series will be drawn as a spline.
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.
Methods
CreatePointElement(DataPoint)
Declaration
cs-api-definition
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
point
Returns
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
cs-api-definition
protected override void OnAttached(UIChartElement parent)
Parameters
parent
The parent.
Overrides