Class SplineAreaSegment
Inheritance
System.Object
SplineAreaSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class SplineAreaSegment : AreaSegment, INotifyPropertyChanged
Constructors
SplineAreaSegment()
Declaration
public SplineAreaSegment()
SplineAreaSegment(List<ChartPoint>, List<Double>, IList<Double>, SplineAreaSeries)
Declaration
public SplineAreaSegment(List<ChartPoint> Points, List<double> xValues, IList<double> yValues, SplineAreaSeries series)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<ChartPoint> |
Points |
|
System.Collections.Generic.List<System.Double> |
xValues |
|
System.Collections.Generic.IList<System.Double> |
yValues |
|
SplineAreaSeries |
series |
|
SplineAreaSegment(List<Point>, List<Double>, IList<Double>, SplineAreaSeries)
Declaration
public SplineAreaSegment(List<Point> Points, List<double> xValues, IList<double> yValues, SplineAreaSeries series)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<Windows.Foundation.Point> |
Points |
|
System.Collections.Generic.List<System.Double> |
xValues |
|
System.Collections.Generic.IList<System.Double> |
yValues |
|
SplineAreaSeries |
series |
|
Methods
SetData(List<ChartPoint>, List<Double>, IList<Double>)
Declaration
public void SetData(List<ChartPoint> points, List<double> xValues, IList<double> yValues)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<ChartPoint> |
points |
|
System.Collections.Generic.List<System.Double> |
xValues |
|
System.Collections.Generic.IList<System.Double> |
yValues |
|
SetData(List<Point>, List<Double>, IList<Double>)
Declaration
public void SetData(List<Point> points, List<double> xValues, IList<double> yValues)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<Windows.Foundation.Point> |
points |
|
System.Collections.Generic.List<System.Double> |
xValues |
|
System.Collections.Generic.IList<System.Double> |
yValues |
|
Implements
System.ComponentModel.INotifyPropertyChanged