ClassAreaSeries
AreaSeries plot their data points using category-value couples.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class AreaSeries : LineSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IImageElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseLineSeriesAreaSeries
Implements:
Inherited Members
Constructors
AreaSeries()
Initializes a new instance of the AreaSeries class.
Declaration
public AreaSeries()
AreaSeries(string)
Initializes a new instance of the AreaSeries class.
Declaration
public AreaSeries(string valueMember)
Parameters
valueMember
The value member.
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.
StrokeMode
Gets or sets the mode that defines how the area is stroked.
Declaration
public AreaSeriesStrokeMode StrokeMode { get; set; }
Property Value
Methods
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
point
The point.
Returns
Overrides