ClassLineSeries
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
LineSeries()
Initializes a new instance of the LineSeries class.
Declaration
public LineSeries()
LineSeries(SizeF)
Initializes a new instance of the LineSeries class with the specified point size.
Declaration
public LineSeries(SizeF pointSize)
Parameters
pointSize
The size of the data point markers.
LineSeries(string)
Initializes a new instance of the LineSeries class with the specified value member.
Declaration
public LineSeries(string valueMember)
Parameters
valueMember
The name of the property that contains the data values for the line points.
Properties
Spline
Gets or sets a value indicating whether the line series is drawn as a smooth spline curve instead of straight line segments.
SplineTension
Gets or sets the tension value that controls the curvature of the spline when Spline is enabled.
Methods
GetDefaultTrackballTextForPoint(DataPoint)
Gets the default trackball text for the specified data point.