Class LineSeries
Represents a line chart series that connects data points with straight lines or smooth spline curves.
Inheritance
Inherited Members
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
Constructors
LineSeries()
LineSeries(SizeF)
Initializes a new instance of the LineSeries class with the specified point size.
Declaration
public LineSeries(SizeF pointSize)
Parameters
System.Drawing.SizeF
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
System.String
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.
Declaration
public bool Spline { get; set; }
Property Value
System.Boolean
|
SplineTension
Gets or sets the tension value that controls the curvature of the spline when Spline is enabled.
Declaration
public float SplineTension { get; set; }
Property Value
System.Single
|
Methods
GetDefaultTrackballTextForPoint(DataPoint)
Gets the default trackball text for the specified data point.
Declaration
protected override string GetDefaultTrackballTextForPoint(DataPoint point)
Parameters
DataPoint
point
The data point for which to generate trackball text. |
Returns
System.String
A string containing the formatted trackball text. |