ClassScatterAreaSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class ScatterAreaSeries : ScatterLineSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IImageElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesScatterSeriesScatterLineSeriesScatterAreaSeries
Implements:
Inherited Members
Constructors
ScatterAreaSeries()
Declaration
cs-api-definition
public ScatterAreaSeries()
Fields
ImageAlignmentProperty
Declaration
cs-api-definition
public static RadProperty ImageAlignmentProperty
Field Value
ImageOpacityProperty
Declaration
cs-api-definition
public static RadProperty ImageOpacityProperty
Field Value
Properties
Image
Declaration
cs-api-definition
[TypeConverter(typeof(ImageTypeConverter))]
public Image Image { get; set; }
Property Value
ImageAlignment
Declaration
cs-api-definition
public ContentAlignment ImageAlignment { get; set; }
Property Value
ImageIndex
Declaration
cs-api-definition
[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
ImageKey
Declaration
cs-api-definition
[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
ImageLayout
Declaration
cs-api-definition
public ImageLayout ImageLayout { get; set; }
Property Value
StrokeMode
Gets or sets the mode that defines how the area is stroked.
Declaration
cs-api-definition
public AreaSeriesStrokeMode StrokeMode { get; set; }
Property Value
Methods
CreatePointElement(DataPoint)
Creates the point element.
Declaration
cs-api-definition
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
point
The point.
Returns
Overrides