BezierData
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Drawing

Summary:
Defines the bezier data class.

Inheritance:
Object =>
BezierData

Constructors

// Initializes a new instance of the BezierData class.
ChartPoint chartPoint// The chart point.
)

Properties

Gets or sets the target point.
Type: ChartPoint
X0
Gets or sets the x0.
Type: Double
Y0
Gets or sets the y0.
Type: Double
X1
Gets or sets the x1.
Type: Double
Y1
Gets or sets the y1.
Type: Double
X2
Gets or sets the x2.
Type: Double
Y2
Gets or sets the y2.
Type: Double
Gets or sets a value indicating whether the next point is empty.
Type: Boolean