AreaSeries
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
Initializes a new instance of the AreaSeries class.
public AreaSeries()
Initializes a new instance of the AreaSeries class.
Fields
public static RadProperty ImageAlignmentProperty
public static RadProperty ImageIndexProperty
public static RadProperty ImageKeyProperty
public static RadProperty ImageLayoutProperty
public static RadProperty ImageOpacityProperty
public static RadProperty ImageProperty
Properties
Gets or sets the image.
[TypeConverter(typeof(ImageTypeConverter))]
public Image Image { get; set; }
The image.
Gets or sets the image alignment.
public ContentAlignment ImageAlignment { get; set; }
The image alignment.
Gets or sets the index of the image.
[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.
[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.
public ImageLayout ImageLayout { get; set; }
The image layout.
Gets or sets the image opacity.
public float ImageOpacity { get; set; }
The image opacity.
Gets or sets the mode that defines how the area is stroked.
public AreaSeriesStrokeMode StrokeMode { get; set; }
Methods
Creates the point element.
protected override DataPointElement CreatePointElement(DataPoint point)
The point.
Returns:Overrides: