RadarAreaSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class RadarAreaSeries : RadarLineSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IImageElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesPolarSeriesRadarSeriesRadarPointSeriesRadarLineSeriesRadarAreaSeries...
Implements:
Inherited Members
Constructors
C#
public RadarAreaSeries()
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
C#
public ContentAlignment ImageAlignment { get; set; }
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; }
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; }
C#
public ImageLayout ImageLayout { get; set; }
C#
public float ImageOpacity { get; set; }
Methods
C#
protected override DataPointElement CreatePointElement(DataPoint point)
Overrides:
Called when [attached].
C#
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides: