ScatterLineSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ScatterLineSeries : ScatterSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesScatterSeriesScatterLineSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the ScatterLineSeries class.
C#
public ScatterLineSeries()
Initializes a new instance of the ScatterLineSeries class.
Initializes a new instance of the ScatterLineSeries class.
Properties
Gets or sets a value indicating whether the series will be drawn as a spline.
C#
public virtual bool Spline { get; set; }
Gets or sets a value indicating the tension of the spline. Spline property must be set to true for this property to have effect.
C#
public virtual float SplineTension { get; set; }
Methods
Creates the point element.
C#
protected override DataPointElement CreatePointElement(DataPoint point)
The point.
Returns:Overrides: