PolarAreaSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class PolarAreaSeries : PolarLineSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IImageElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesPolarSeriesPolarPointSeriesPolarLineSeriesPolarAreaSeries...
Implements:
Inherited Members
Constructors
Initializes a new instance of the PolarAreaSeries class.
C#
public PolarAreaSeries()
Initializes a new instance of the PolarAreaSeries class.
Fields
C#
public static RadProperty ImageAlignmentProperty
C#
public static RadProperty ImageIndexProperty
C#
public static RadProperty ImageKeyProperty
C#
public static RadProperty ImageLayoutProperty
C#
public static RadProperty ImageOpacityProperty
C#
public static RadProperty ImageProperty
Properties
Gets or sets the image.
C#
[TypeConverter(typeof(ImageTypeConverter))]
public Image Image { get; set; }
The image.
Gets or sets the image alignment.
C#
public ContentAlignment ImageAlignment { get; set; }
The image alignment.
Gets or sets the index of the image.
C#
[RelatedImageList("ElementTree.Control.ImageList")]
[TypeConverter("Telerik.WinControls.UI.Design.NoneExcludedImageIndexConverter, Telerik.WinControls.UI.Design, Version=2026.2.702.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
public int ImageIndex { get; set; }
The index of the image.
Gets or sets the image key.
C#
[RelatedImageList("ElementTree.Control.ImageList")]
[TypeConverter("Telerik.WinControls.UI.Design.RadImageKeyConverter, Telerik.WinControls.UI.Design, Version=2026.2.702.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
public string ImageKey { get; set; }
The image key.
Gets or sets the image layout.
C#
public ImageLayout ImageLayout { get; set; }
The image layout.
Gets or sets the image opacity.
C#
public float ImageOpacity { get; set; }
The image opacity.
Methods
Creates the point element.
C#
protected override DataPointElement CreatePointElement(DataPoint point)
The point.
Returns:Overrides:
Called when [attached].
C#
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides: