Class SplineSegment
Inheritance
System.Object
SplineSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class SplineSegment : ChartSegment, INotifyPropertyChanged
Constructors
SplineSegment()
Declaration
SplineSegment(ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartSeries)
Declaration
public SplineSegment(ChartPoint point1, ChartPoint point2, ChartPoint point3, ChartPoint point4, ChartSeries series)
Parameters
SplineSegment(ChartPoint, ChartPoint, ChartPoint, ChartPoint, SplineSeries)
Declaration
public SplineSegment(ChartPoint point1, ChartPoint point2, ChartPoint point3, ChartPoint point4, SplineSeries series)
Parameters
SplineSegment(Point, Point, Point, Point, ChartSeries)
Declaration
public SplineSegment(Point point1, Point point2, Point point3, Point point4, ChartSeries series)
Parameters
Type |
Name |
Description |
Windows.Foundation.Point |
point1 |
|
Windows.Foundation.Point |
point2 |
|
Windows.Foundation.Point |
point3 |
|
Windows.Foundation.Point |
point4 |
|
ChartSeries |
series |
|
SplineSegment(Point, Point, Point, Point, SplineSeries)
Declaration
public SplineSegment(Point point1, Point point2, Point point3, Point point4, SplineSeries series)
Parameters
Type |
Name |
Description |
Windows.Foundation.Point |
point1 |
|
Windows.Foundation.Point |
point2 |
|
Windows.Foundation.Point |
point3 |
|
Windows.Foundation.Point |
point4 |
|
SplineSeries |
series |
|
Properties
Data
Gets or sets the path geometry for this segment.
Declaration
public PathGeometry Data { get; set; }
Property Value
Type |
Microsoft.UI.Xaml.Media.PathGeometry |
P1
Gets or sets the start point of the bezier segment.
Declaration
public Point P1 { get; set; }
Property Value
Type |
Windows.Foundation.Point |
P2
Gets or sets the end point of the bezier segment.
Declaration
public Point P2 { get; set; }
Property Value
Type |
Windows.Foundation.Point |
Q1
Gets or sets the first control point for the bezier segment.
Declaration
public Point Q1 { get; set; }
Property Value
Type |
Windows.Foundation.Point |
Q2
Gets or sets the seconf control point for the bezier segment.
Declaration
public Point Q2 { get; set; }
Property Value
Type |
Windows.Foundation.Point |
X1
Gets or sets the x-value for the starting point of this segment.
Declaration
public double X1 { get; set; }
Property Value
X1Data
Gets or sets the x-value for the ending point.
Declaration
public double X1Data { get; set; }
Property Value
X2
Gets or sets the x-value for the ending point of this segment.
Declaration
public double X2 { get; set; }
Property Value
XData
Gets or sets the x-value for the starting point.
Declaration
public double XData { get; set; }
Property Value
Y1
Gets or sets the y-value for the starting point of this segment.
Declaration
public double Y1 { get; set; }
Property Value
Y1Data
Gets or sets the y-value for the ending point.
Declaration
public double Y1Data { get; set; }
Property Value
Y2
Gets or sets the y-value for the ending point of this segment.
Declaration
public double Y2 { get; set; }
Property Value
YData
Gets or sets the y-value for the starting point.
Declaration
public double YData { get; set; }
Property Value
Implements
System.ComponentModel.INotifyPropertyChanged