Class RadarPointSeries
Inheritance
System.Object
RadarPointSeries
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 RadarPointSeries : RadarSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
RadarPointSeries()
Declaration
public RadarPointSeries()
RadarPointSeries(SizeF)
Declaration
public RadarPointSeries(SizeF pointSize)
Parameters
System.Drawing.SizeF
pointSize
|
RadarPointSeries(String)
Declaration
public RadarPointSeries(string valueMember)
Parameters
System.String
valueMember
|
Properties
Model
Declaration
public override ChartSeriesModel Model { get; }
Property Value
ChartSeriesModel
|
Overrides
Methods
CreateModel()
Declaration
protected override ChartDataPointCollection CreateModel()
Returns
ChartDataPointCollection
|
Overrides
OnAttached(UIChartElement)
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChartElement
parent
|