Class RadarAreaSeries
Inheritance
System.Object
RadarAreaSeries
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 RadarAreaSeries : RadarLineSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IImageElement
Constructors
RadarAreaSeries()
Declaration
public RadarAreaSeries()
RadarAreaSeries(String)
Declaration
public RadarAreaSeries(string valueMember)
Parameters
System.String
valueMember
|
Fields
ImageAlignmentProperty
ImageIndexProperty
ImageKeyProperty
ImageLayoutProperty
ImageOpacityProperty
ImageProperty
Properties
Image
Declaration
[RadPropertyDefaultValue("Image", typeof(RadarAreaSeries))]
public Image Image { get; set; }
Property Value
System.Drawing.Image
|
ImageAlignment
Declaration
public ContentAlignment ImageAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
ImageIndex
Declaration
[RadPropertyDefaultValue("ImageIndex", typeof(RadarAreaSeries))]
public int ImageIndex { get; set; }
Property Value
System.Int32
|
ImageKey
Declaration
[RadPropertyDefaultValue("ImageKey", typeof(RadarAreaSeries))]
public string ImageKey { get; set; }
Property Value
System.String
|
ImageLayout
Declaration
public ImageLayout ImageLayout { get; set; }
Property Value
System.Windows.Forms.ImageLayout
|
ImageOpacity
Declaration
public float ImageOpacity { 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
|
Overrides
Explicit Interface Implementations
IImageElement.Image
Declaration
Image IImageElement.Image { get; set; }
Returns
System.Drawing.Image
|
Implements
IImageElement.ImageIndex
Declaration
int IImageElement.ImageIndex { get; set; }
Returns
System.Int32
|
Implements
IImageElement.ImageKey
Declaration
string IImageElement.ImageKey { get; set; }
Returns
System.String
|