Bezier
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.
Initial Setup
Figure 1: Initial Setup
Here are some of the important properties of BezierSeries:
ControlPoint1XMember: If a DataSource is set, the property determines the name of the field that holds the X coordinate of ControlPoint1.
ControlPoint1YMember: If a DataSource is set, the property determines the name of the field that holds the Y coordinate of ControlPoint1.
ControlPoint2XMember: If a DataSource is set, the property determines the name of the field that holds the X coordinate of ControlPoint2.
ControlPoint2YMember: If a DataSource is set, the property determines the name of the field that holds the Y coordinate of ControlPoint2.
XValueMember: If a DataSource is set, the property determines the name of the field that holds the XValue.
YValueMember: If a DataSource is set, the property determines the name of the field that holds the YValue.