Class ScatterLineSeries
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ScatterLineSeries : ScatterSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
ScatterLineSeries()
ScatterLineSeries(SizeF)
Initializes a new instance of the ScatterLineSeries class.
Declaration
public ScatterLineSeries(SizeF pointSize)
Parameters
System.Drawing.SizeF
pointSize
Size of the point. |
ScatterLineSeries(String, String)
Initializes a new instance of the ScatterLineSeries class.
Declaration
public ScatterLineSeries(string xValueMember, string yValueMember)
Parameters
System.String
xValueMember
The x value member. |
System.String
yValueMember
The y value member. |
Properties
Spline
Gets or sets a value indicating whether the series will be drawn as a spline.
Declaration
public virtual 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 virtual float SplineTension { get; set; }
Property Value
System.Single
|
Methods
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
DataPoint
point
The point. |
Returns
DataPointElement
|