ClassPolarAreaSeries
Definition
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
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesPolarSeriesPolarPointSeriesPolarLineSeriesPolarAreaSeries
Implements:
Inherited Members
Constructors
PolarAreaSeries()
Initializes a new instance of the PolarAreaSeries class.
Declaration
public PolarAreaSeries()
PolarAreaSeries(string, string)
Initializes a new instance of the PolarAreaSeries class.
Fields
ImageAlignmentProperty
Declaration
public static RadProperty ImageAlignmentProperty
Field Value
ImageOpacityProperty
Declaration
public static RadProperty ImageOpacityProperty
Field Value
Properties
Image
Gets or sets the image.
Declaration
[TypeConverter(typeof(ImageTypeConverter))]
public Image Image { get; set; }
Property Value
The image.
ImageAlignment
Gets or sets the image alignment.
Declaration
public ContentAlignment ImageAlignment { get; set; }
Property Value
The image alignment.
ImageIndex
Gets or sets the index of the image.
Declaration
[RelatedImageList("ElementTree.Control.ImageList")]
[TypeConverter("Telerik.WinControls.UI.Design.NoneExcludedImageIndexConverter, Telerik.WinControls.UI.Design, Version=2026.1.217.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
public int ImageIndex { get; set; }
Property Value
The index of the image.
ImageKey
Gets or sets the image key.
Declaration
[RelatedImageList("ElementTree.Control.ImageList")]
[TypeConverter("Telerik.WinControls.UI.Design.RadImageKeyConverter, Telerik.WinControls.UI.Design, Version=2026.1.217.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
public string ImageKey { get; set; }
Property Value
The image key.
ImageLayout
Gets or sets the image layout.
Declaration
public ImageLayout ImageLayout { get; set; }
Property Value
The image layout.
ImageOpacity
Gets or sets the image opacity.
Declaration
public float ImageOpacity { get; set; }
Property Value
The image opacity.
Methods
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
point
The point.
Returns
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
parent
The parent.
Overrides