ScatterAreaSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ScatterAreaSeries : ScatterLineSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IImageElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesScatterSeriesScatterLineSeriesScatterAreaSeries...
Implements:
Inherited Members
Constructors
C#
public ScatterAreaSeries()
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; }
Gets or sets the mode that defines how the area is stroked.
C#
public AreaSeriesStrokeMode StrokeMode { get; set; }
Methods
Creates the point element.
C#
protected override DataPointElement CreatePointElement(DataPoint point)
The point.
Returns:Overrides: