LineSeries
Represents a line chart series that connects data points with straight lines or smooth spline curves.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class LineSeries : LineSeriesBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseLineSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the LineSeries class.
public LineSeries()
Initializes a new instance of the LineSeries class with the specified point size.
Initializes a new instance of the LineSeries class with the specified value member.
public LineSeries(string valueMember)
The name of the property that contains the data values for the line points.
Properties
Gets or sets a value indicating whether the line series is drawn as a smooth spline curve instead of straight line segments.
public bool Spline { get; set; }
Gets or sets the tension value that controls the curvature of the spline when Spline is enabled.
public float SplineTension { get; set; }