Class LineSeries
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.
Declaration
public LineSeries(SizeF pointSize)
Parameters
System.Drawing.SizeF
pointSize
Size of the point. |
LineSeries(String)
Initializes a new instance of the LineSeries class.
Declaration
public LineSeries(string valueMember)
Parameters
System.String
valueMember
The value member. |
Properties
Spline
Gets or sets a value indicating whether the series will be drawn as a spline.
Declaration
public bool Spline { get; set; }
Property Value
System.Boolean
|
SplineTension
Gets or sets a value indicating the tension of the spline. Spline property must be set to true for this property to have effect.
Declaration
public float SplineTension { get; set; }
Property Value
System.Single
|
Methods
GetDefaultTrackballTextForPoint(DataPoint)
Gets the default trackball text for point.
Declaration
protected override string GetDefaultTrackballTextForPoint(DataPoint point)
Parameters
DataPoint
point
The point. |
Returns
System.String
|