Class BezierSeries
The Bezier chart displays a series of points on a curved line. Two "control points" determine the position and amount of curvature in the line between end points.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class BezierSeries : ScatterLineSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
BezierSeries()
BezierSeries(SizeF)
Initializes a new instance of the Bezier
Declaration
public BezierSeries(SizeF pointSize)
Parameters
System. Size of the point. |
BezierSeries(String, String, String, String, String, String)
Initializes a new instance of the Bezier
Declaration
public BezierSeries(string xValueMember, string yValueMember, string controlPoint1XMember, string controlPoint1YMember, string controlPoint2XMember, string controlPoint2YMember)
Parameters
System. The x value member. |
System. The y value member. |
System. The control point1 X member. |
System. The control point1 Y member. |
System. The control point2 X member. |
System. The control point2 Y member. |
Properties
ControlPoint1XMember
Gets or sets the control point1 X member.
Declaration
public string ControlPoint1XMember { get; set; }
Property Value
System. The control point1 X member. |
ControlPoint1YMember
Gets or sets the control point1 Y member.
Declaration
public string ControlPoint1YMember { get; set; }
Property Value
System. The control point1 Y member. |
ControlPoint2XMember
Gets or sets the control point2 X member.
Declaration
public string ControlPoint2XMember { get; set; }
Property Value
System. The control point2 X member. |
ControlPoint2YMember
Gets or sets the control point2 Y member.
Declaration
public string ControlPoint2YMember { get; set; }
Property Value
System. The control point2 Y member. |
Model
Gets the model.
Declaration
public override ChartSeriesModel Model { get; }
Property Value
Chart The model. |
Overrides
Spline
Gets or sets a value indicating whether the series will be drawn as a spline.
Declaration
public override bool Spline { get; }
Property Value
System.
|
Overrides
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 override float SplineTension { get; }
Property Value
System.
|
Overrides
Methods
BindMembers()
Binds the members.
Declaration
protected override void BindMembers()
Overrides
CreateDefaultDataPoint()
Creates the default data point.
Declaration
protected override DataPoint CreateDefaultDataPoint()
Returns
Overrides
CreateModel()
Creates the model.
Declaration
protected override ChartDataPointCollection CreateModel()
Returns
Overrides
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
Data The point. |
Returns
Overrides
ValidatePoint(DataPoint)
Validates the point.
Declaration
protected override void ValidatePoint(DataPoint item)
Parameters
Data The item. |