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
Declaration
public PathGeometry Data { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.PathGeometry |
|
P1
Declaration
public Point P1 { get; set; }
Property Value
Type |
Description |
Windows.Foundation.Point |
|
P2
Declaration
public Point P2 { get; set; }
Property Value
Type |
Description |
Windows.Foundation.Point |
|
Q1
Declaration
public Point Q1 { get; set; }
Property Value
Type |
Description |
Windows.Foundation.Point |
|
Q2
Declaration
public Point Q2 { get; set; }
Property Value
Type |
Description |
Windows.Foundation.Point |
|
X1
Declaration
public double X1 { get; set; }
Property Value
Type |
Description |
System.Double |
|
X1Data
Declaration
public double X1Data { get; set; }
Property Value
Type |
Description |
System.Double |
|
X2
Declaration
public double X2 { get; set; }
Property Value
Type |
Description |
System.Double |
|
XData
Declaration
public double XData { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y1
Declaration
public double Y1 { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y1Data
Declaration
public double Y1Data { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y2
Declaration
public double Y2 { get; set; }
Property Value
Type |
Description |
System.Double |
|
YData
Declaration
public double YData { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.ComponentModel.INotifyPropertyChanged