Class PolarAreaSeries
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class PolarAreaSeries : PolarLineSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IImageElement
Constructors
PolarAreaSeries()
PolarAreaSeries(String, String)
Initializes a new instance of the PolarAreaSeries class.
Declaration
public PolarAreaSeries(string valueMember, string angleMember)
Parameters
System.String
valueMember
The value member. |
System.String
angleMember
The angle member. |
Fields
ImageAlignmentProperty
ImageIndexProperty
ImageKeyProperty
ImageLayoutProperty
ImageOpacityProperty
ImageProperty
Properties
Image
Gets or sets the image.
Declaration
[RadPropertyDefaultValue("Image", typeof(PolarAreaSeries))]
public Image Image { get; set; }
Property Value
System.Drawing.Image
The image. |
ImageAlignment
Gets or sets the image alignment.
Declaration
public ContentAlignment ImageAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
The image alignment. |
ImageIndex
Gets or sets the index of the image.
Declaration
[RadPropertyDefaultValue("ImageIndex", typeof(PolarAreaSeries))]
public int ImageIndex { get; set; }
Property Value
System.Int32
The index of the image. |
ImageKey
Gets or sets the image key.
Declaration
[RadPropertyDefaultValue("ImageKey", typeof(PolarAreaSeries))]
public string ImageKey { get; set; }
Property Value
System.String
The image key. |
ImageLayout
Gets or sets the image layout.
Declaration
public ImageLayout ImageLayout { get; set; }
Property Value
System.Windows.Forms.ImageLayout
The image layout. |
ImageOpacity
Gets or sets the image opacity.
Declaration
public float ImageOpacity { get; set; }
Property Value
System.Single
The image opacity. |
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. |
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
|